#8E070C

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

Shades of Sangria #8E070C

Tints of Sangria #8E070C

Color information

#8E070C (or 0x8E070C) is unknown color: approx Sangria. HEX triplet: 8E, 07 and 0C. RGB value is (142,7,12). Sum of RGB (Red+Green+Blue) = 142+7+12=161 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.20% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 142 - color contains mainly: red. Hex color #8E070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E070C is #71F8F3. Grayscale: #303030. Windows color (decimal): -7469300 or 788366. OLE color: 788366.

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

Color convert

RGB142712-
CMYK00.950.920.44
HSL357.78º90.6%29.22%-
HSV(B)357.78º95.07%55.69%-
XYZ11.35.930.9-
YUV47.94107.73195.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 88.20%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=88.20%
G=4.35%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14271200.950.920.44357.7890.629.22
Hex8E7C05F5C2C1665b1d
Octal21671401371345454613335
Binary100011101111100010111111011100101100101100110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,7,12); }

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

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

 a { background-color: rgb(142,7,12); }

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

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

 span { border-color: rgb(142,7,12); }

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