#8C020C

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

Shades of Sangria #8C020C

Tints of Sangria #8C020C

Color information

#8C020C (or 0x8C020C) is unknown color: approx Sangria. HEX triplet: 8C, 02 and 0C. RGB value is (140,2,12). Sum of RGB (Red+Green+Blue) = 140+2+12=154 (20% of max value = 765). Red value is 140 (55.08% from 255 or 90.91% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 140 - color contains mainly: red. Hex color #8C020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C020C is #73FDF3. Grayscale: #2C2C2C. Windows color (decimal): -7601652 or 787084. OLE color: 787084.

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

Color convert

RGB140212-
CMYK00.990.910.45
HSL355.65º97.18%27.84%-
HSV(B)355.65º98.57%54.9%-
XYZ10.95.650.86-
YUV44.4109.72196.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 90.91%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=90.91%
G=1.30%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14021200.990.910.45355.6597.1827.84
Hex8C2C0635B2D164611c
Octal21421401431335554414134
Binary10001100101100011000111011011101101101100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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