Shades of Sangria #810E11
Tints of Sangria #810E11
RGB
CMYK
RGB Variations
Color information
#810E11 (or 0x810E11) is known color: Sangria. HEX triplet: 81, 0E and 11. RGB value is (129,14,17). Sum of RGB (Red+Green+Blue) = 129+14+17=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #810E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810E11 is #7EF1EE. Grayscale: #303030. Windows color (decimal): -8319471 or 1117825. OLE color: 1117825.
HSL color Cylindrical-coordinate representation of color #810E11: hue angle of 358.43º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810E11 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 17 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.49 |
| HSL | 358.43º | 0.8% | 0.28% | - |
| HSV(B) | 358.43º | 0.89% | 0.51% | - |
| XYZ | 9.31 | 5.02 | 1.01 | - |
| YUV | 48.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 17 | 0 | 0.89 | 0.87 | 0.49 | 358.43 | 0.8 | 0.28 |
| Hex | 81 | E | 11 | 0 | 59 | 57 | 31 | 166 | 50 | 1C |
| Octal | 201 | 16 | 21 | 0 | 131 | 127 | 61 | 546 | 120 | 34 |
| Binary | 10000001 | 1110 | 10001 | 0 | 1011001 | 1010111 | 110001 | 101100110 | 1010000 | 11100 |
Color Harmonies of #810E11
Complementary color
Monochromatic Colors of #810E11
Black with #810E11
Text Example
Text Example
White with #810E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E11; }
p { color: rgb(129,14,17); }
H1.HeaderClassName
{
color: #810E11;
}
.AnyTagClassName
{
color: #810E11;
}
</style>
background-color css
<style>
a { background-color: #810E11; }
a { background-color: rgb(129,14,17); }
div.DivClassName
{
background-color: #810E11;
}
.BgClassName
{
background-color: #810E11;
}
</style>
border-color css
<style>
span { border-color: #810E11; }
span { border-color: rgb(129,14,17); }
td.TdClassName
{
border-color: #810E11;
}
.TagClassName
{
border-color: #810E11;
}
</style>