#8E0E14

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

Shades of Sangria #8E0E14

Tints of Sangria #8E0E14

Color information

#8E0E14 (or 0x8E0E14) is unknown color: approx Sangria. HEX triplet: 8E, 0E and 14. RGB value is (142,14,20). Sum of RGB (Red+Green+Blue) = 142+14+20=176 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.68% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0E14 is #71F1EB. Grayscale: #353535. Windows color (decimal): -7467500 or 1314446. OLE color: 1314446.

HSL color Cylindrical-coordinate representation of color #8E0E14: hue angle of 357.19º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E14 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1421420-
CMYK00.900.860.44
HSL357.19º82.05%30.59%-
HSV(B)357.19º90.14%55.69%-
XYZ11.446.121.24-
YUV52.96109.41191.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 80.68%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=80.68%
G=7.95%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142142000.900.860.44357.1982.0530.59
Hex8EE1405A562C165521f
Octal216162401321265454512237
Binary10001110111010100010110101010110101100101100101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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