#8E1B03

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

Shades of Falu Red #8E1B03

Tints of Falu Red #8E1B03

Color information

#8E1B03 (or 0x8E1B03) is unknown color: approx Falu Red. HEX triplet: 8E, 1B and 03. RGB value is (142,27,3). Sum of RGB (Red+Green+Blue) = 142+27+3=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1B03 is #71E4FC. Grayscale: #3A3A3A. Windows color (decimal): -7464189 or 203662. OLE color: 203662.

HSL color Cylindrical-coordinate representation of color #8E1B03: hue angle of 10.36º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E1B03 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB142273-
CMYK00.810.980.44
HSL10.36º95.86%28.43%-
HSV(B)10.36º97.89%55.69%-
XYZ11.566.540.74-
YUV58.6596.6187.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.56%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=82.56%
G=15.70%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14227300.810.980.4410.3695.8628.43
Hex8E1B3051622Ca601c
Octal2163330121142541214034
Binary1000111011011110101000111000101011001010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,3); }

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

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

 a { background-color: rgb(142,27,3); }

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

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

 span { border-color: rgb(142,27,3); }

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