Html Css Color HEX #8E0506 Sangria

📋 copy color: '#8E0506'

red 142 ◦ green 5 ◦ blue 6

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

Shades of Sangria #8E0506

Tints of Sangria #8E0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

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

R = 92.81%
G = 3.27%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E0506 (or 0x8E0506) is known color: Sangria. HEX triplet: 8E, 05 and 06. RGB value is (142,5,6). Sum of RGB (Red+Green+Blue) = 142+5+6=153 (20% of max value = 765). Red value is 142 (55.86% from 255 or 92.81% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0506 is #71FAF9. Grayscale: #2E2E2E. Windows color (decimal): -7469818 or 394638. OLE color: 394638.

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

Color convert

RGB 142 5 6 -
CMYK 0 0.96 0.96 0.44
HSL 359.56º 0.93% 0.29% -
HSV(B) 359.56º 0.96% 0.56% -
XYZ 11.24 5.87 0.71 -
YUV 46.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 142 5 6 0 0.96 0.96 0.44 359.56 0.93 0.29
Hex 8E 5 6 0 60 60 2C 168 5D 1D
Octal 216 5 6 0 140 140 54 550 135 35
Binary 10001110 101 110 0 1100000 1100000 101100 101101000 1011101 11101

Color Harmonies of #8E0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0506

Black with #8E0506

Text Example


Text Example

White with #8E0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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