#8E0A0F

Color #8E0A0F Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #8E0A0F

Tints of Sangria #8E0A0F

Color information

#8E0A0F (or 0x8E0A0F) is unknown color: approx Sangria. HEX triplet: 8E, 0A and 0F. RGB value is (142,10,15). Sum of RGB (Red+Green+Blue) = 142+10+15=167 (22% of max value = 765). Red value is 142 (55.86% from 255 or 85.03% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0A0F is #71F5F0. Grayscale: #323232. Windows color (decimal): -7468529 or 985742. OLE color: 985742.

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

Color convert

RGB1421015-
CMYK00.930.890.44
HSL357.73º86.84%29.8%-
HSV(B)357.73º92.96%55.69%-
XYZ11.3561.01-
YUV50.04108.23193.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 85.03%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=85.03%
G=5.99%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142101500.930.890.44357.7386.8429.8
Hex8EAF05D592C166571e
Octal216121701351315454612736
Binary1000111010101111010111011011001101100101100110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,15); }

 H1.HeaderClassName
 {
   color: #8E0A0F;
 }
 .AnyTagClassName
 {
   color: #8E0A0F;
 }
</style>
background-color css

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

 a { background-color: rgb(142,10,15); }

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

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

 span { border-color: rgb(142,10,15); }

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