Shades of Sangria #80020C
Tints of Sangria #80020C
RGB
CMYK
RGB Variations
Color information
#80020C (or 0x80020C) is known color: 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
| RGB | 128 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.50 |
| HSL | 355.24º | 0.97% | 0.25% | - |
| HSV(B) | 355.24º | 0.98% | 0.5% | - |
| XYZ | 8.99 | 4.66 | 0.77 | - |
| YUV | 40.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 12 | 0 | 0.98 | 0.91 | 0.50 | 355.24 | 0.97 | 0.25 |
| Hex | 80 | 2 | C | 0 | 62 | 5B | 32 | 163 | 61 | 19 |
| Octal | 200 | 2 | 14 | 0 | 142 | 133 | 62 | 543 | 141 | 31 |
| Binary | 10000000 | 10 | 1100 | 0 | 1100010 | 1011011 | 110010 | 101100011 | 1100001 | 11001 |
Color Harmonies of #80020C
Complementary color
Monochromatic Colors of #80020C
Black with #80020C
Text Example
Text Example
White with #80020C
Text Example
Text Example
HTML Codes & Css Web 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>