#8E1315

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

Shades of Sangria #8E1315

Tints of Sangria #8E1315

Color information

#8E1315 (or 0x8E1315) is unknown color: approx Sangria. HEX triplet: 8E, 13 and 15. RGB value is (142,19,21). Sum of RGB (Red+Green+Blue) = 142+19+21=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1315 is #71ECEA. Grayscale: #383838. Windows color (decimal): -7466219 or 1381262. OLE color: 1381262.

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

Color convert

RGB1421921-
CMYK00.870.850.44
HSL359.02º76.4%31.57%-
HSV(B)359.02º86.62%55.69%-
XYZ11.526.271.31-
YUV56108.25189.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 78.02%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=78.02%
G=10.44%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142192100.870.850.44359.0276.431.57
Hex8E1315057552C1674c20
Octal216232501271255454711440
Binary1000111010011101010101011110101011011001011001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,19,21); }

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

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

 a { background-color: rgb(142,19,21); }

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

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

 span { border-color: rgb(142,19,21); }

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