Shades of Sangria #81010C
Tints of Sangria #81010C
RGB
CMYK
RGB Variations
Color information
#81010C (or 0x81010C) is known color: Sangria. HEX triplet: 81, 01 and 0C. RGB value is (129,1,12). Sum of RGB (Red+Green+Blue) = 129+1+12=142 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.85% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 129 - color contains mainly: red. Hex color #81010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81010C is #7EFEF3. Grayscale: #282828. Windows color (decimal): -8322804 or 786817. OLE color: 786817.
HSL color Cylindrical-coordinate representation of color #81010C: hue angle of 354.84º 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 #81010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.49 |
| HSL | 354.84º | 0.98% | 0.25% | - |
| HSV(B) | 354.84º | 0.99% | 0.51% | - |
| XYZ | 9.13 | 4.72 | 0.78 | - |
| YUV | 40.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 12 | 0 | 0.99 | 0.91 | 0.49 | 354.84 | 0.98 | 0.25 |
| Hex | 81 | 1 | C | 0 | 63 | 5B | 31 | 163 | 62 | 19 |
| Octal | 201 | 1 | 14 | 0 | 143 | 133 | 61 | 543 | 142 | 31 |
| Binary | 10000001 | 1 | 1100 | 0 | 1100011 | 1011011 | 110001 | 101100011 | 1100010 | 11001 |
Color Harmonies of #81010C
Complementary color
Monochromatic Colors of #81010C
Black with #81010C
Text Example
Text Example
White with #81010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81010C; }
p { color: rgb(129,1,12); }
H1.HeaderClassName
{
color: #81010C;
}
.AnyTagClassName
{
color: #81010C;
}
</style>
background-color css
<style>
a { background-color: #81010C; }
a { background-color: rgb(129,1,12); }
div.DivClassName
{
background-color: #81010C;
}
.BgClassName
{
background-color: #81010C;
}
</style>
border-color css
<style>
span { border-color: #81010C; }
span { border-color: rgb(129,1,12); }
td.TdClassName
{
border-color: #81010C;
}
.TagClassName
{
border-color: #81010C;
}
</style>