#8E1316

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

Shades of Sangria #8E1316

Tints of Sangria #8E1316

Color information

#8E1316 (or 0x8E1316) is unknown color: approx Sangria. HEX triplet: 8E, 13 and 16. RGB value is (142,19,22). Sum of RGB (Red+Green+Blue) = 142+19+22=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1316 is #71ECE9. Grayscale: #383838. Windows color (decimal): -7466218 or 1446798. OLE color: 1446798.

HSL color Cylindrical-coordinate representation of color #8E1316: hue angle of 358.54º 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 #8E1316 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1421922-
CMYK00.870.850.44
HSL358.54º76.4%31.57%-
HSV(B)358.54º86.62%55.69%-
XYZ11.536.271.36-
YUV56.12108.75189.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 77.60%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=77.60%
G=10.38%
B=12.02%

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
Decimal142192200.870.850.44358.5476.431.57
Hex8E1316057552C1674c20
Octal216232601271255454711440
Binary1000111010011101100101011110101011011001011001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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