#8E1416

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

Shades of Sangria #8E1416

Tints of Sangria #8E1416

Color information

#8E1416 (or 0x8E1416) is unknown color: approx Sangria. HEX triplet: 8E, 14 and 16. RGB value is (142,20,22). Sum of RGB (Red+Green+Blue) = 142+20+22=184 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.17% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1416 is #71EBE9. Grayscale: #383838. Windows color (decimal): -7465962 or 1447054. OLE color: 1447054.

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

Color convert

RGB1422022-
CMYK00.860.850.44
HSL359.02º75.31%31.76%-
HSV(B)359.02º85.92%55.69%-
XYZ11.556.311.37-
YUV56.71108.42188.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 77.17%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=77.17%
G=10.87%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142202200.860.850.44359.0275.3131.76
Hex8E1416056552C1674b20
Octal216242601261255454711340
Binary1000111010100101100101011010101011011001011001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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