#8E090E

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

Shades of Sangria #8E090E

Tints of Sangria #8E090E

Color information

#8E090E (or 0x8E090E) is unknown color: approx Sangria. HEX triplet: 8E, 09 and 0E. RGB value is (142,9,14). Sum of RGB (Red+Green+Blue) = 142+9+14=165 (21% of max value = 765). Red value is 142 (55.86% from 255 or 86.06% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 142 - color contains mainly: red. Hex color #8E090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E090E is #71F6F1. Grayscale: #313131. Windows color (decimal): -7468786 or 919950. OLE color: 919950.

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

Color convert

RGB142914-
CMYK00.940.900.44
HSL357.74º88.08%29.61%-
HSV(B)357.74º93.66%55.69%-
XYZ11.335.980.97-
YUV49.34108.06194.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 86.06%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=86.06%
G=5.45%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14291400.940.900.44357.7488.0829.61
Hex8E9E05E5A2C166581e
Octal216111601361325454613036
Binary1000111010011110010111101011010101100101100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,14); }

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

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

 a { background-color: rgb(142,9,14); }

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

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

 span { border-color: rgb(142,9,14); }

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