#7C2210

Color #7C2210 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #7C2210

Tints of Falu Red #7C2210

Color information

#7C2210 (or 0x7C2210) is unknown color: approx Falu Red. HEX triplet: 7C, 22 and 10. RGB value is (124,34,16). Sum of RGB (Red+Green+Blue) = 124+34+16=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2210 is #83DDEF. Grayscale: #3B3B3B. Windows color (decimal): -8642032 or 1057404. OLE color: 1057404.

HSL color Cylindrical-coordinate representation of color #7C2210: hue angle of 10º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C2210 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB1243416-
CMYK00.730.870.51
HSL10º77.14%27.45%-
HSV(B)10º87.1%48.63%-
XYZ8.985.471.07-
YUV58.86103.82174.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 71.26%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=71.26%
G=19.54%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124341600.730.870.511077.1427.45
Hex7C22100495733a4d1b
Octal17442200111127631211533
Binary1111100100010100000100100110101111100111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C2210; }

 p { color: rgb(124,34,16); }

 H1.HeaderClassName
 {
   color: #7C2210;
 }
 .AnyTagClassName
 {
   color: #7C2210;
 }
</style>
background-color css

<style>
 a { background-color: #7C2210; }

 a { background-color: rgb(124,34,16); }

 div.DivClassName
 {
   background-color: #7C2210;
 }
 .BgClassName
 {
   background-color: #7C2210;
 }
</style>
border-color css

<style>
 span { border-color: #7C2210; }

 span { border-color: rgb(124,34,16); }

 td.TdClassName
 {
   border-color: #7C2210;
 }
 .TagClassName
 {
   border-color: #7C2210;
 }
</style>