Shades of Sangria #810B0C
Tints of Sangria #810B0C
RGB
CMYK
RGB Variations
Color information
#810B0C (or 0x810B0C) is known color: Sangria. HEX triplet: 81, 0B and 0C. RGB value is (129,11,12). Sum of RGB (Red+Green+Blue) = 129+11+12=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #810B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B0C is #7EF4F3. Grayscale: #2E2E2E. Windows color (decimal): -8320244 or 789377. OLE color: 789377.
HSL color Cylindrical-coordinate representation of color #810B0C: hue angle of 359.49º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B0C is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 12 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.49 |
| HSL | 359.49º | 0.84% | 0.27% | - |
| HSV(B) | 359.49º | 0.91% | 0.51% | - |
| XYZ | 9.24 | 4.93 | 0.81 | - |
| YUV | 46.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 12 | 0 | 0.91 | 0.91 | 0.49 | 359.49 | 0.84 | 0.27 |
| Hex | 81 | B | C | 0 | 5B | 5B | 31 | 167 | 54 | 1B |
| Octal | 201 | 13 | 14 | 0 | 133 | 133 | 61 | 547 | 124 | 33 |
| Binary | 10000001 | 1011 | 1100 | 0 | 1011011 | 1011011 | 110001 | 101100111 | 1010100 | 11011 |
Color Harmonies of #810B0C
Complementary color
Monochromatic Colors of #810B0C
Black with #810B0C
Text Example
Text Example
White with #810B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B0C; }
p { color: rgb(129,11,12); }
H1.HeaderClassName
{
color: #810B0C;
}
.AnyTagClassName
{
color: #810B0C;
}
</style>
background-color css
<style>
a { background-color: #810B0C; }
a { background-color: rgb(129,11,12); }
div.DivClassName
{
background-color: #810B0C;
}
.BgClassName
{
background-color: #810B0C;
}
</style>
border-color css
<style>
span { border-color: #810B0C; }
span { border-color: rgb(129,11,12); }
td.TdClassName
{
border-color: #810B0C;
}
.TagClassName
{
border-color: #810B0C;
}
</style>