Shades of Sangria #810D0F
Tints of Sangria #810D0F
RGB
CMYK
RGB Variations
Color information
#810D0F (or 0x810D0F) is known color: Sangria. HEX triplet: 81, 0D and 0F. RGB value is (129,13,15). Sum of RGB (Red+Green+Blue) = 129+13+15=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #810D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D0F is #7EF2F0. Grayscale: #303030. Windows color (decimal): -8319729 or 986497. OLE color: 986497.
HSL color Cylindrical-coordinate representation of color #810D0F: hue angle of 358.97º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D0F is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 15 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.49 |
| HSL | 358.97º | 0.82% | 0.28% | - |
| HSV(B) | 358.97º | 0.9% | 0.51% | - |
| XYZ | 9.28 | 4.99 | 0.93 | - |
| YUV | 47.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 15 | 0 | 0.90 | 0.88 | 0.49 | 358.97 | 0.82 | 0.28 |
| Hex | 81 | D | F | 0 | 5A | 58 | 31 | 167 | 52 | 1C |
| Octal | 201 | 15 | 17 | 0 | 132 | 130 | 61 | 547 | 122 | 34 |
| Binary | 10000001 | 1101 | 1111 | 0 | 1011010 | 1011000 | 110001 | 101100111 | 1010010 | 11100 |
Color Harmonies of #810D0F
Complementary color
Monochromatic Colors of #810D0F
Black with #810D0F
Text Example
Text Example
White with #810D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D0F; }
p { color: rgb(129,13,15); }
H1.HeaderClassName
{
color: #810D0F;
}
.AnyTagClassName
{
color: #810D0F;
}
</style>
background-color css
<style>
a { background-color: #810D0F; }
a { background-color: rgb(129,13,15); }
div.DivClassName
{
background-color: #810D0F;
}
.BgClassName
{
background-color: #810D0F;
}
</style>
border-color css
<style>
span { border-color: #810D0F; }
span { border-color: rgb(129,13,15); }
td.TdClassName
{
border-color: #810D0F;
}
.TagClassName
{
border-color: #810D0F;
}
</style>