#8E0F11

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

Shades of Sangria #8E0F11

Tints of Sangria #8E0F11

Color information

#8E0F11 (or 0x8E0F11) is unknown color: approx Sangria. HEX triplet: 8E, 0F and 11. RGB value is (142,15,17). Sum of RGB (Red+Green+Blue) = 142+15+17=174 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.61% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0F11 is #71F0EE. Grayscale: #353535. Windows color (decimal): -7467247 or 1118094. OLE color: 1118094.

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

Color convert

RGB1421517-
CMYK00.890.880.44
HSL359.06º80.89%30.78%-
HSV(B)359.06º89.44%55.69%-
XYZ11.436.131.11-
YUV53.2107.58191.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 81.61%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=81.61%
G=8.62%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142151700.890.880.44359.0680.8930.78
Hex8EF11059582C167511f
Octal216172101311305454712137
Binary10001110111110001010110011011000101100101100111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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