Html Css Color HEX #8E2000 Falu Red

📋 copy color: '#8E2000'

red 142 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #8E2000

Tints of Falu Red #8E2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.61%
G = 18.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#8E2000 (or 0x8E2000) is known color: Falu Red. HEX triplet: 8E, 20 and 00. RGB value is (142,32,0). Sum of RGB (Red+Green+Blue) = 142+32+0=174 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.61% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2000 is #71DFFF. Grayscale: #3D3D3D. Windows color (decimal): -7462912 or 8334. OLE color: 8334.

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

Color convert

RGB 142 32 0 -
CMYK 0 0.77 1 0.44
HSL 13.52º 1% 0.28% -
HSV(B) 13.52º 1% 0.56% -
XYZ 11.67 6.78 0.69 -
YUV 61.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 142 32 0 0 0.77 1 0.44 13.52 1 0.28
Hex 8E 20 0 0 4D 64 2C E 64 1C
Octal 216 40 0 0 115 144 54 16 144 34
Binary 10001110 100000 0 0 1001101 1100100 101100 1110 1100100 11100

Color Harmonies of #8E2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2000

Black with #8E2000

Text Example


Text Example

White with #8E2000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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