Shades of Sangria #81040A
Tints of Sangria #81040A
RGB
CMYK
RGB Variations
Color information
#81040A (or 0x81040A) is known color: Sangria. HEX triplet: 81, 04 and 0A. RGB value is (129,4,10). Sum of RGB (Red+Green+Blue) = 129+4+10=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #81040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81040A is #7EFBF5. Grayscale: #2A2A2A. Windows color (decimal): -8322038 or 656513. OLE color: 656513.
HSL color Cylindrical-coordinate representation of color #81040A: hue angle of 357.12º 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 #81040A is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 10 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.49 |
| HSL | 357.12º | 0.94% | 0.26% | - |
| HSV(B) | 357.12º | 0.97% | 0.51% | - |
| XYZ | 9.15 | 4.78 | 0.73 | - |
| YUV | 42.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 10 | 0 | 0.97 | 0.92 | 0.49 | 357.12 | 0.94 | 0.26 |
| Hex | 81 | 4 | A | 0 | 61 | 5C | 31 | 165 | 5E | 1A |
| Octal | 201 | 4 | 12 | 0 | 141 | 134 | 61 | 545 | 136 | 32 |
| Binary | 10000001 | 100 | 1010 | 0 | 1100001 | 1011100 | 110001 | 101100101 | 1011110 | 11010 |
Color Harmonies of #81040A
Complementary color
Monochromatic Colors of #81040A
Black with #81040A
Text Example
Text Example
White with #81040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81040A; }
p { color: rgb(129,4,10); }
H1.HeaderClassName
{
color: #81040A;
}
.AnyTagClassName
{
color: #81040A;
}
</style>
background-color css
<style>
a { background-color: #81040A; }
a { background-color: rgb(129,4,10); }
div.DivClassName
{
background-color: #81040A;
}
.BgClassName
{
background-color: #81040A;
}
</style>
border-color css
<style>
span { border-color: #81040A; }
span { border-color: rgb(129,4,10); }
td.TdClassName
{
border-color: #81040A;
}
.TagClassName
{
border-color: #81040A;
}
</style>