Html Css Color HEX #8E1B06 Falu Red

📋 copy color: '#8E1B06'

red 142 ◦ green 27 ◦ blue 6

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

Shades of Falu Red #8E1B06

Tints of Falu Red #8E1B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.43%

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 81.14%
G = 15.43%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E1B06 (or 0x8E1B06) is known color: Falu Red. HEX triplet: 8E, 1B and 06. RGB value is (142,27,6). Sum of RGB (Red+Green+Blue) = 142+27+6=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1B06 is #71E4F9. Grayscale: #3B3B3B. Windows color (decimal): -7464186 or 400270. OLE color: 400270.

HSL color Cylindrical-coordinate representation of color #8E1B06: hue angle of 9.26º degrees, saturation: 0.92, 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 #8E1B06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 27 6 -
CMYK 0 0.81 0.96 0.44
HSL 9.26º 0.92% 0.29% -
HSV(B) 9.26º 0.96% 0.56% -
XYZ 11.58 6.55 0.83 -
YUV 58.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 142 27 6 0 0.81 0.96 0.44 9.26 0.92 0.29
Hex 8E 1B 6 0 51 60 2C 9 5C 1D
Octal 216 33 6 0 121 140 54 11 134 35
Binary 10001110 11011 110 0 1010001 1100000 101100 1001 1011100 11101

Color Harmonies of #8E1B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B06

Black with #8E1B06

Text Example


Text Example

White with #8E1B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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