#7E2412

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

Shades of Falu Red #7E2412

Tints of Falu Red #7E2412

Color information

#7E2412 (or 0x7E2412) is unknown color: approx Falu Red. HEX triplet: 7E, 24 and 12. RGB value is (126,36,18). Sum of RGB (Red+Green+Blue) = 126+36+18=180 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2412 is #81DBED. Grayscale: #3D3D3D. Windows color (decimal): -8510446 or 1188990. OLE color: 1188990.

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

Color convert

RGB1263618-
CMYK00.710.860.51
HSL10º75%28.24%-
HSV(B)10º85.71%49.41%-
XYZ9.345.741.19-
YUV60.86103.82174.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 70%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 10%
R=70%
G=20%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126361800.710.860.51107528.24
Hex7E24120475633a4b1c
Octal17644220107126631211334
Binary1111110100100100100100011110101101100111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,36,18); }

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

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

 a { background-color: rgb(126,36,18); }

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

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

 span { border-color: rgb(126,36,18); }

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