Html Css Color HEX #8E2005 Falu Red

📋 copy color: '#8E2005'

red 142 ◦ green 32 ◦ blue 5

#8E2005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #8E2005

Tints of Falu Red #8E2005

RGB

 RED value IS 142 (55.86% from 255) = 79.33%

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 5 (2.34% from 255) = 2.79%

R = 79.33%
G = 17.88%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E2005 (or 0x8E2005) is known color: Falu Red. HEX triplet: 8E, 20 and 05. RGB value is (142,32,5). Sum of RGB (Red+Green+Blue) = 142+32+5=179 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.33% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2005 is #71DFFA. Grayscale: #3E3E3E. Windows color (decimal): -7462907 or 336014. OLE color: 336014.

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

Color convert

RGB 142 32 5 -
CMYK 0 0.77 0.96 0.44
HSL 11.82º 0.93% 0.29% -
HSV(B) 11.82º 0.96% 0.56% -
XYZ 11.7 6.79 0.84 -
YUV 61.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 142 32 5 0 0.77 0.96 0.44 11.82 0.93 0.29
Hex 8E 20 5 0 4D 60 2C C 5D 1D
Octal 216 40 5 0 115 140 54 14 135 35
Binary 10001110 100000 101 0 1001101 1100000 101100 1100 1011101 11101

Color Harmonies of #8E2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2005

Black with #8E2005

Text Example


Text Example

White with #8E2005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,5); }

 H1.HeaderClassName
 {
   color: #8E2005;
 }
 .AnyTagClassName
 {
   color: #8E2005;
 }
</style>

background-color css

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

 a { background-color: rgb(142,32,5); }

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

border-color css

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

 span { border-color: rgb(142,32,5); }

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