Shades of Sangria #81090C
Tints of Sangria #81090C
RGB
CMYK
RGB Variations
Color information
#81090C (or 0x81090C) is known color: Sangria. HEX triplet: 81, 09 and 0C. RGB value is (129,9,12). Sum of RGB (Red+Green+Blue) = 129+9+12=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #81090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81090C is #7EF6F3. Grayscale: #2D2D2D. Windows color (decimal): -8320756 or 788865. OLE color: 788865.
HSL color Cylindrical-coordinate representation of color #81090C: hue angle of 358.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81090C is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 12 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.49 |
| HSL | 358.5º | 0.87% | 0.27% | - |
| HSV(B) | 358.5º | 0.93% | 0.51% | - |
| XYZ | 9.22 | 4.89 | 0.81 | - |
| YUV | 45.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 12 | 0 | 0.93 | 0.91 | 0.49 | 358.5 | 0.87 | 0.27 |
| Hex | 81 | 9 | C | 0 | 5D | 5B | 31 | 166 | 57 | 1B |
| Octal | 201 | 11 | 14 | 0 | 135 | 133 | 61 | 546 | 127 | 33 |
| Binary | 10000001 | 1001 | 1100 | 0 | 1011101 | 1011011 | 110001 | 101100110 | 1010111 | 11011 |
Color Harmonies of #81090C
Complementary color
Monochromatic Colors of #81090C
Black with #81090C
Text Example
Text Example
White with #81090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81090C; }
p { color: rgb(129,9,12); }
H1.HeaderClassName
{
color: #81090C;
}
.AnyTagClassName
{
color: #81090C;
}
</style>
background-color css
<style>
a { background-color: #81090C; }
a { background-color: rgb(129,9,12); }
div.DivClassName
{
background-color: #81090C;
}
.BgClassName
{
background-color: #81090C;
}
</style>
border-color css
<style>
span { border-color: #81090C; }
span { border-color: rgb(129,9,12); }
td.TdClassName
{
border-color: #81090C;
}
.TagClassName
{
border-color: #81090C;
}
</style>