Shades of Sangria #81010E
Tints of Sangria #81010E
RGB
CMYK
RGB Variations
Color information
#81010E (or 0x81010E) is known color: Sangria. HEX triplet: 81, 01 and 0E. RGB value is (129,1,14). Sum of RGB (Red+Green+Blue) = 129+1+14=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #81010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81010E is #7EFEF1. Grayscale: #282828. Windows color (decimal): -8322802 or 917889. OLE color: 917889.
HSL color Cylindrical-coordinate representation of color #81010E: hue angle of 353.91º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81010E is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.49 |
| HSL | 353.91º | 0.98% | 0.25% | - |
| HSV(B) | 353.91º | 0.99% | 0.51% | - |
| XYZ | 9.14 | 4.72 | 0.84 | - |
| YUV | 40.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 14 | 0 | 0.99 | 0.89 | 0.49 | 353.91 | 0.98 | 0.25 |
| Hex | 81 | 1 | E | 0 | 63 | 59 | 31 | 162 | 62 | 19 |
| Octal | 201 | 1 | 16 | 0 | 143 | 131 | 61 | 542 | 142 | 31 |
| Binary | 10000001 | 1 | 1110 | 0 | 1100011 | 1011001 | 110001 | 101100010 | 1100010 | 11001 |
Color Harmonies of #81010E
Complementary color
Monochromatic Colors of #81010E
Black with #81010E
Text Example
Text Example
White with #81010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81010E; }
p { color: rgb(129,1,14); }
H1.HeaderClassName
{
color: #81010E;
}
.AnyTagClassName
{
color: #81010E;
}
</style>
background-color css
<style>
a { background-color: #81010E; }
a { background-color: rgb(129,1,14); }
div.DivClassName
{
background-color: #81010E;
}
.BgClassName
{
background-color: #81010E;
}
</style>
border-color css
<style>
span { border-color: #81010E; }
span { border-color: rgb(129,1,14); }
td.TdClassName
{
border-color: #81010E;
}
.TagClassName
{
border-color: #81010E;
}
</style>