Shades of Sangria #81010D
Tints of Sangria #81010D
RGB
CMYK
RGB Variations
Color information
#81010D (or 0x81010D) is known color: Sangria. HEX triplet: 81, 01 and 0D. RGB value is (129,1,13). Sum of RGB (Red+Green+Blue) = 129+1+13=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #81010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81010D is #7EFEF2. Grayscale: #282828. Windows color (decimal): -8322803 or 852353. OLE color: 852353.
HSL color Cylindrical-coordinate representation of color #81010D: hue angle of 354.38º 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 #81010D is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.49 |
| HSL | 354.38º | 0.98% | 0.25% | - |
| HSV(B) | 354.38º | 0.99% | 0.51% | - |
| XYZ | 9.14 | 4.72 | 0.81 | - |
| YUV | 40.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 13 | 0 | 0.99 | 0.90 | 0.49 | 354.38 | 0.98 | 0.25 |
| Hex | 81 | 1 | D | 0 | 63 | 5A | 31 | 162 | 62 | 19 |
| Octal | 201 | 1 | 15 | 0 | 143 | 132 | 61 | 542 | 142 | 31 |
| Binary | 10000001 | 1 | 1101 | 0 | 1100011 | 1011010 | 110001 | 101100010 | 1100010 | 11001 |
Color Harmonies of #81010D
Complementary color
Monochromatic Colors of #81010D
Black with #81010D
Text Example
Text Example
White with #81010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81010D; }
p { color: rgb(129,1,13); }
H1.HeaderClassName
{
color: #81010D;
}
.AnyTagClassName
{
color: #81010D;
}
</style>
background-color css
<style>
a { background-color: #81010D; }
a { background-color: rgb(129,1,13); }
div.DivClassName
{
background-color: #81010D;
}
.BgClassName
{
background-color: #81010D;
}
</style>
border-color css
<style>
span { border-color: #81010D; }
span { border-color: rgb(129,1,13); }
td.TdClassName
{
border-color: #81010D;
}
.TagClassName
{
border-color: #81010D;
}
</style>