Shades of Sangria #810F11
Tints of Sangria #810F11
RGB
CMYK
RGB Variations
Color information
#810F11 (or 0x810F11) is known color: Sangria. HEX triplet: 81, 0F and 11. RGB value is (129,15,17). Sum of RGB (Red+Green+Blue) = 129+15+17=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #810F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810F11 is #7EF0EE. Grayscale: #313131. Windows color (decimal): -8319215 or 1118081. OLE color: 1118081.
HSL color Cylindrical-coordinate representation of color #810F11: hue angle of 358.95º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F11 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 17 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.49 |
| HSL | 358.95º | 0.79% | 0.28% | - |
| HSV(B) | 358.95º | 0.88% | 0.51% | - |
| XYZ | 9.33 | 5.05 | 1.01 | - |
| YUV | 49.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 17 | 0 | 0.88 | 0.87 | 0.49 | 358.95 | 0.79 | 0.28 |
| Hex | 81 | F | 11 | 0 | 58 | 57 | 31 | 167 | 4F | 1C |
| Octal | 201 | 17 | 21 | 0 | 130 | 127 | 61 | 547 | 117 | 34 |
| Binary | 10000001 | 1111 | 10001 | 0 | 1011000 | 1010111 | 110001 | 101100111 | 1001111 | 11100 |
Color Harmonies of #810F11
Complementary color
Monochromatic Colors of #810F11
Black with #810F11
Text Example
Text Example
White with #810F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F11; }
p { color: rgb(129,15,17); }
H1.HeaderClassName
{
color: #810F11;
}
.AnyTagClassName
{
color: #810F11;
}
</style>
background-color css
<style>
a { background-color: #810F11; }
a { background-color: rgb(129,15,17); }
div.DivClassName
{
background-color: #810F11;
}
.BgClassName
{
background-color: #810F11;
}
</style>
border-color css
<style>
span { border-color: #810F11; }
span { border-color: rgb(129,15,17); }
td.TdClassName
{
border-color: #810F11;
}
.TagClassName
{
border-color: #810F11;
}
</style>