#8E1415

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

Shades of Sangria #8E1415

Tints of Sangria #8E1415

Color information

#8E1415 (or 0x8E1415) is unknown color: approx Sangria. HEX triplet: 8E, 14 and 15. RGB value is (142,20,21). Sum of RGB (Red+Green+Blue) = 142+20+21=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1415 is #71EBEA. Grayscale: #383838. Windows color (decimal): -7465963 or 1381518. OLE color: 1381518.

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

Color convert

RGB1422021-
CMYK00.860.850.44
HSL359.51º75.31%31.76%-
HSV(B)359.51º85.92%55.69%-
XYZ11.546.311.32-
YUV56.59107.92188.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 77.60%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=77.60%
G=10.93%
B=11.48%

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
Decimal142202100.860.850.44359.5175.3131.76
Hex8E1415056552C1684b20
Octal216242501261255455011340
Binary1000111010100101010101011010101011011001011010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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