#7E1209

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

Shades of Falu Red #7E1209

Tints of Falu Red #7E1209

Color information

#7E1209 (or 0x7E1209) is unknown color: approx Falu Red. HEX triplet: 7E, 12 and 09. RGB value is (126,18,9). Sum of RGB (Red+Green+Blue) = 126+18+9=153 (20% of max value = 765). Red value is 126 (49.61% from 255 or 82.35% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1209 is #81EDF6. Grayscale: #313131. Windows color (decimal): -8515063 or 594558. OLE color: 594558.

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

Color convert

RGB126189-
CMYK00.860.930.51
HSL4.62º86.67%26.47%-
HSV(B)4.62º92.86%49.41%-
XYZ8.874.890.73-
YUV49.27105.28182.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 82.35%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 9 (3.91% from 255) = 5.88%
R=82.35%
G=11.76%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12618900.860.930.514.6286.6726.47
Hex7E1290565D335571a
Octal1762211012613563512732
Binary1111110100101001010101101011101110011101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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