#8E2309

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

Shades of Falu Red #8E2309

Tints of Falu Red #8E2309

Color information

#8E2309 (or 0x8E2309) is unknown color: approx Falu Red. HEX triplet: 8E, 23 and 09. RGB value is (142,35,9). Sum of RGB (Red+Green+Blue) = 142+35+9=186 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.34% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2309 is #71DCF6. Grayscale: #404040. Windows color (decimal): -7462135 or 598926. OLE color: 598926.

HSL color Cylindrical-coordinate representation of color #8E2309: hue angle of 11.73º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E2309 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB142359-
CMYK00.750.940.44
HSL11.73º88.08%29.61%-
HSV(B)11.73º93.66%55.69%-
XYZ11.816.970.98-
YUV64.0396.95183.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 76.34%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=76.34%
G=18.82%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14235900.750.940.4411.7388.0829.61
Hex8E23904B5E2Cc581e
Octal21643110113136541413036
Binary1000111010001110010100101110111101011001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E2309; }

 p { color: rgb(142,35,9); }

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

<style>
 a { background-color: #8E2309; }

 a { background-color: rgb(142,35,9); }

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

<style>
 span { border-color: #8E2309; }

 span { border-color: rgb(142,35,9); }

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