#80020C

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

Shades of Sangria #80020C

Tints of Sangria #80020C

Color information

#80020C (or 0x80020C) is unknown color: approx Sangria. HEX triplet: 80, 02 and 0C. RGB value is (128,2,12). Sum of RGB (Red+Green+Blue) = 128+2+12=142 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.14% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 128 - color contains mainly: red. Hex color #80020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80020C is #7FFDF3. Grayscale: #282828. Windows color (decimal): -8388084 or 787072. OLE color: 787072.

HSL color Cylindrical-coordinate representation of color #80020C: hue angle of 355.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80020C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB128212-
CMYK00.980.910.50
HSL355.24º96.92%25.49%-
HSV(B)355.24º98.44%50.2%-
XYZ8.994.660.77-
YUV40.81111.74190.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 90.14%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=90.14%
G=1.41%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12821200.980.910.50355.2496.9225.49
Hex802C0625B321636119
Octal20021401421336254314131
Binary10000000101100011000101011011110010101100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80020C; }

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

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

<style>
 a { background-color: #80020C; }

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

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

<style>
 span { border-color: #80020C; }

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

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