Shades of Sangria #801213
Tints of Sangria #801213
RGB
CMYK
RGB Variations
Color information
#801213 (or 0x801213) is known color: Sangria. HEX triplet: 80, 12 and 13. RGB value is (128,18,19). Sum of RGB (Red+Green+Blue) = 128+18+19=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #801213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801213 is #7FEDEC. Grayscale: #333333. Windows color (decimal): -8383981 or 1249920. OLE color: 1249920.
HSL color Cylindrical-coordinate representation of color #801213: hue angle of 359.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801213 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 19 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.50 |
| HSL | 359.45º | 0.75% | 0.29% | - |
| HSV(B) | 359.45º | 0.86% | 0.5% | - |
| XYZ | 9.24 | 5.07 | 1.11 | - |
| YUV | 51 | 109.94 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 19 | 0 | 0.86 | 0.85 | 0.50 | 359.45 | 0.75 | 0.29 |
| Hex | 80 | 12 | 13 | 0 | 56 | 55 | 32 | 167 | 4B | 1D |
| Octal | 200 | 22 | 23 | 0 | 126 | 125 | 62 | 547 | 113 | 35 |
| Binary | 10000000 | 10010 | 10011 | 0 | 1010110 | 1010101 | 110010 | 101100111 | 1001011 | 11101 |
Color Harmonies of #801213
Complementary color
Monochromatic Colors of #801213
Black with #801213
Text Example
Text Example
White with #801213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801213; }
p { color: rgb(128,18,19); }
H1.HeaderClassName
{
color: #801213;
}
.AnyTagClassName
{
color: #801213;
}
</style>
background-color css
<style>
a { background-color: #801213; }
a { background-color: rgb(128,18,19); }
div.DivClassName
{
background-color: #801213;
}
.BgClassName
{
background-color: #801213;
}
</style>
border-color css
<style>
span { border-color: #801213; }
span { border-color: rgb(128,18,19); }
td.TdClassName
{
border-color: #801213;
}
.TagClassName
{
border-color: #801213;
}
</style>