#8E020C

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

Shades of Sangria #8E020C

Tints of Sangria #8E020C

Color information

#8E020C (or 0x8E020C) is unknown color: approx Sangria. HEX triplet: 8E, 02 and 0C. RGB value is (142,2,12). Sum of RGB (Red+Green+Blue) = 142+2+12=156 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.03% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 142 - color contains mainly: red. Hex color #8E020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E020C is #71FDF3. Grayscale: #2D2D2D. Windows color (decimal): -7470580 or 787086. OLE color: 787086.

HSL color Cylindrical-coordinate representation of color #8E020C: hue angle of 355.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E020C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB142212-
CMYK00.990.920.44
HSL355.71º97.22%28.24%-
HSV(B)355.71º98.59%55.69%-
XYZ11.245.820.88-
YUV45109.38197.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 91.03%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 12 (5.08% from 255) = 7.69%
R=91.03%
G=1.28%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14221200.990.920.44355.7197.2228.24
Hex8E2C0635C2C164611c
Octal21621401431345454414134
Binary10001110101100011000111011100101100101100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,12); }

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

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

 a { background-color: rgb(142,2,12); }

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

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

 span { border-color: rgb(142,2,12); }

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