Shades of Sangria #81020B
Tints of Sangria #81020B
RGB
CMYK
RGB Variations
Color information
#81020B (or 0x81020B) is known color: Sangria. HEX triplet: 81, 02 and 0B. RGB value is (129,2,11). Sum of RGB (Red+Green+Blue) = 129+2+11=142 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.85% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 129 - color contains mainly: red. Hex color #81020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81020B is #7EFDF4. Grayscale: #292929. Windows color (decimal): -8322549 or 721537. OLE color: 721537.
HSL color Cylindrical-coordinate representation of color #81020B: hue angle of 355.75º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.49 |
| HSL | 355.75º | 0.97% | 0.26% | - |
| HSV(B) | 355.75º | 0.98% | 0.51% | - |
| XYZ | 9.14 | 4.73 | 0.75 | - |
| YUV | 41 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 11 | 0 | 0.98 | 0.91 | 0.49 | 355.75 | 0.97 | 0.26 |
| Hex | 81 | 2 | B | 0 | 62 | 5B | 31 | 164 | 61 | 1A |
| Octal | 201 | 2 | 13 | 0 | 142 | 133 | 61 | 544 | 141 | 32 |
| Binary | 10000001 | 10 | 1011 | 0 | 1100010 | 1011011 | 110001 | 101100100 | 1100001 | 11010 |
Color Harmonies of #81020B
Complementary color
Monochromatic Colors of #81020B
Black with #81020B
Text Example
Text Example
White with #81020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81020B; }
p { color: rgb(129,2,11); }
H1.HeaderClassName
{
color: #81020B;
}
.AnyTagClassName
{
color: #81020B;
}
</style>
background-color css
<style>
a { background-color: #81020B; }
a { background-color: rgb(129,2,11); }
div.DivClassName
{
background-color: #81020B;
}
.BgClassName
{
background-color: #81020B;
}
</style>
border-color css
<style>
span { border-color: #81020B; }
span { border-color: rgb(129,2,11); }
td.TdClassName
{
border-color: #81020B;
}
.TagClassName
{
border-color: #81020B;
}
</style>