#8E0812

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

Shades of Sangria #8E0812

Tints of Sangria #8E0812

Color information

#8E0812 (or 0x8E0812) is unknown color: approx Sangria. HEX triplet: 8E, 08 and 12. RGB value is (142,8,18). Sum of RGB (Red+Green+Blue) = 142+8+18=168 (22% of max value = 765). Red value is 142 (55.86% from 255 or 84.52% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0812 is #71F7ED. Grayscale: #313131. Windows color (decimal): -7469038 or 1181838. OLE color: 1181838.

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

Color convert

RGB142818-
CMYK00.940.870.44
HSL355.52º89.33%29.41%-
HSV(B)355.52º94.37%55.69%-
XYZ11.355.971.13-
YUV49.21110.39194.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 84.52%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=84.52%
G=4.76%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14281800.940.870.44355.5289.3329.41
Hex8E81205E572C164591d
Octal216102201361275454413135
Binary10001110100010010010111101010111101100101100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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