Shades of Sangria #81040B
Tints of Sangria #81040B
RGB
CMYK
RGB Variations
Color information
#81040B (or 0x81040B) is known color: Sangria. HEX triplet: 81, 04 and 0B. RGB value is (129,4,11). Sum of RGB (Red+Green+Blue) = 129+4+11=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #81040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81040B is #7EFBF4. Grayscale: #2A2A2A. Windows color (decimal): -8322037 or 722049. OLE color: 722049.
HSL color Cylindrical-coordinate representation of color #81040B: hue angle of 356.64º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81040B is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.49 |
| HSL | 356.64º | 0.94% | 0.26% | - |
| HSV(B) | 356.64º | 0.97% | 0.51% | - |
| XYZ | 9.16 | 4.78 | 0.76 | - |
| YUV | 42.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 11 | 0 | 0.97 | 0.91 | 0.49 | 356.64 | 0.94 | 0.26 |
| Hex | 81 | 4 | B | 0 | 61 | 5B | 31 | 165 | 5E | 1A |
| Octal | 201 | 4 | 13 | 0 | 141 | 133 | 61 | 545 | 136 | 32 |
| Binary | 10000001 | 100 | 1011 | 0 | 1100001 | 1011011 | 110001 | 101100101 | 1011110 | 11010 |
Color Harmonies of #81040B
Complementary color
Monochromatic Colors of #81040B
Black with #81040B
Text Example
Text Example
White with #81040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81040B; }
p { color: rgb(129,4,11); }
H1.HeaderClassName
{
color: #81040B;
}
.AnyTagClassName
{
color: #81040B;
}
</style>
background-color css
<style>
a { background-color: #81040B; }
a { background-color: rgb(129,4,11); }
div.DivClassName
{
background-color: #81040B;
}
.BgClassName
{
background-color: #81040B;
}
</style>
border-color css
<style>
span { border-color: #81040B; }
span { border-color: rgb(129,4,11); }
td.TdClassName
{
border-color: #81040B;
}
.TagClassName
{
border-color: #81040B;
}
</style>