Shades of Sangria #810C0F
Tints of Sangria #810C0F
RGB
CMYK
RGB Variations
Color information
#810C0F (or 0x810C0F) is known color: Sangria. HEX triplet: 81, 0C and 0F. RGB value is (129,12,15). Sum of RGB (Red+Green+Blue) = 129+12+15=156 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.69% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 129 - color contains mainly: red. Hex color #810C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810C0F is #7EF3F0. Grayscale: #2F2F2F. Windows color (decimal): -8319985 or 986241. OLE color: 986241.
HSL color Cylindrical-coordinate representation of color #810C0F: hue angle of 358.46º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C0F is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 15 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.49 |
| HSL | 358.46º | 0.83% | 0.28% | - |
| HSV(B) | 358.46º | 0.91% | 0.51% | - |
| XYZ | 9.27 | 4.96 | 0.92 | - |
| YUV | 47.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 15 | 0 | 0.91 | 0.88 | 0.49 | 358.46 | 0.83 | 0.28 |
| Hex | 81 | C | F | 0 | 5B | 58 | 31 | 166 | 53 | 1C |
| Octal | 201 | 14 | 17 | 0 | 133 | 130 | 61 | 546 | 123 | 34 |
| Binary | 10000001 | 1100 | 1111 | 0 | 1011011 | 1011000 | 110001 | 101100110 | 1010011 | 11100 |
Color Harmonies of #810C0F
Complementary color
Monochromatic Colors of #810C0F
Black with #810C0F
Text Example
Text Example
White with #810C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C0F; }
p { color: rgb(129,12,15); }
H1.HeaderClassName
{
color: #810C0F;
}
.AnyTagClassName
{
color: #810C0F;
}
</style>
background-color css
<style>
a { background-color: #810C0F; }
a { background-color: rgb(129,12,15); }
div.DivClassName
{
background-color: #810C0F;
}
.BgClassName
{
background-color: #810C0F;
}
</style>
border-color css
<style>
span { border-color: #810C0F; }
span { border-color: rgb(129,12,15); }
td.TdClassName
{
border-color: #810C0F;
}
.TagClassName
{
border-color: #810C0F;
}
</style>