Html Css Color HEX #8E0608 Sangria

📋 copy color: '#8E0608'

red 142 ◦ green 6 ◦ blue 8

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

Shades of Sangria #8E0608

Tints of Sangria #8E0608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 8 (3.52% from 255) = 5.13%

R = 91.03%
G = 3.85%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8E0608 (or 0x8E0608) is known color: Sangria. HEX triplet: 8E, 06 and 08. RGB value is (142,6,8). Sum of RGB (Red+Green+Blue) = 142+6+8=156 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.03% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0608 is #71F9F7. Grayscale: #2F2F2F. Windows color (decimal): -7469560 or 525966. OLE color: 525966.

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

Color convert

RGB 142 6 8 -
CMYK 0 0.96 0.94 0.44
HSL 359.12º 0.92% 0.29% -
HSV(B) 359.12º 0.96% 0.56% -
XYZ 11.26 5.9 0.77 -
YUV 46.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 142 6 8 0 0.96 0.94 0.44 359.12 0.92 0.29
Hex 8E 6 8 0 60 5E 2C 167 5C 1D
Octal 216 6 10 0 140 136 54 547 134 35
Binary 10001110 110 1000 0 1100000 1011110 101100 101100111 1011100 11101

Color Harmonies of #8E0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0608

Black with #8E0608

Text Example


Text Example

White with #8E0608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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