#8E230B

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

Shades of Falu Red #8E230B

Tints of Falu Red #8E230B

Color information

#8E230B (or 0x8E230B) is unknown color: approx Falu Red. HEX triplet: 8E, 23 and 0B. RGB value is (142,35,11). Sum of RGB (Red+Green+Blue) = 142+35+11=188 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.53% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 142 - color contains mainly: red. Hex color #8E230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E230B is #71DCF4. Grayscale: #404040. Windows color (decimal): -7462133 or 729998. OLE color: 729998.

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

Color convert

RGB1423511-
CMYK00.750.920.44
HSL10.99º85.62%30%-
HSV(B)10.99º92.25%55.69%-
XYZ11.826.981.04-
YUV64.2697.95183.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 75.53%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=75.53%
G=18.62%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142351100.750.920.4410.9985.6230
Hex8E23B04B5C2Cb561e
Octal21643130113134541312636
Binary1000111010001110110100101110111001011001011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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