Shades of Sangria #801112
Tints of Sangria #801112
RGB
CMYK
RGB Variations
Color information
#801112 (or 0x801112) is known color: Sangria. HEX triplet: 80, 11 and 12. RGB value is (128,17,18). Sum of RGB (Red+Green+Blue) = 128+17+18=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #801112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801112 is #7FEEED. Grayscale: #323232. Windows color (decimal): -8384238 or 1184128. OLE color: 1184128.
HSL color Cylindrical-coordinate representation of color #801112: hue angle of 359.46º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801112 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 17 | 18 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.50 |
| HSL | 359.46º | 0.77% | 0.28% | - |
| HSV(B) | 359.46º | 0.87% | 0.5% | - |
| XYZ | 9.21 | 5.03 | 1.06 | - |
| YUV | 50.3 | 109.77 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 18 | 0 | 0.87 | 0.86 | 0.50 | 359.46 | 0.77 | 0.28 |
| Hex | 80 | 11 | 12 | 0 | 57 | 56 | 32 | 167 | 4D | 1C |
| Octal | 200 | 21 | 22 | 0 | 127 | 126 | 62 | 547 | 115 | 34 |
| Binary | 10000000 | 10001 | 10010 | 0 | 1010111 | 1010110 | 110010 | 101100111 | 1001101 | 11100 |
Color Harmonies of #801112
Complementary color
Monochromatic Colors of #801112
Black with #801112
Text Example
Text Example
White with #801112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801112; }
p { color: rgb(128,17,18); }
H1.HeaderClassName
{
color: #801112;
}
.AnyTagClassName
{
color: #801112;
}
</style>
background-color css
<style>
a { background-color: #801112; }
a { background-color: rgb(128,17,18); }
div.DivClassName
{
background-color: #801112;
}
.BgClassName
{
background-color: #801112;
}
</style>
border-color css
<style>
span { border-color: #801112; }
span { border-color: rgb(128,17,18); }
td.TdClassName
{
border-color: #801112;
}
.TagClassName
{
border-color: #801112;
}
</style>