Shades of Sangria #801012
Tints of Sangria #801012
RGB
CMYK
RGB Variations
Color information
#801012 (or 0x801012) is known color: Sangria. HEX triplet: 80, 10 and 12. RGB value is (128,16,18). Sum of RGB (Red+Green+Blue) = 128+16+18=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #801012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801012 is #7FEFED. Grayscale: #313131. Windows color (decimal): -8384494 or 1183872. OLE color: 1183872.
HSL color Cylindrical-coordinate representation of color #801012: hue angle of 358.93º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801012 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 18 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.50 |
| HSL | 358.93º | 0.78% | 0.28% | - |
| HSV(B) | 358.93º | 0.88% | 0.5% | - |
| XYZ | 9.2 | 5 | 1.05 | - |
| YUV | 49.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 18 | 0 | 0.88 | 0.86 | 0.50 | 358.93 | 0.78 | 0.28 |
| Hex | 80 | 10 | 12 | 0 | 58 | 56 | 32 | 167 | 4E | 1C |
| Octal | 200 | 20 | 22 | 0 | 130 | 126 | 62 | 547 | 116 | 34 |
| Binary | 10000000 | 10000 | 10010 | 0 | 1011000 | 1010110 | 110010 | 101100111 | 1001110 | 11100 |
Color Harmonies of #801012
Complementary color
Monochromatic Colors of #801012
Black with #801012
Text Example
Text Example
White with #801012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801012; }
p { color: rgb(128,16,18); }
H1.HeaderClassName
{
color: #801012;
}
.AnyTagClassName
{
color: #801012;
}
</style>
background-color css
<style>
a { background-color: #801012; }
a { background-color: rgb(128,16,18); }
div.DivClassName
{
background-color: #801012;
}
.BgClassName
{
background-color: #801012;
}
</style>
border-color css
<style>
span { border-color: #801012; }
span { border-color: rgb(128,16,18); }
td.TdClassName
{
border-color: #801012;
}
.TagClassName
{
border-color: #801012;
}
</style>