Shades of Sangria #81080D
Tints of Sangria #81080D
RGB
CMYK
RGB Variations
Color information
#81080D (or 0x81080D) is known color: Sangria. HEX triplet: 81, 08 and 0D. RGB value is (129,8,13). Sum of RGB (Red+Green+Blue) = 129+8+13=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #81080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81080D is #7EF7F2. Grayscale: #2C2C2C. Windows color (decimal): -8321011 or 854145. OLE color: 854145.
HSL color Cylindrical-coordinate representation of color #81080D: hue angle of 357.52º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81080D is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 13 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.49 |
| HSL | 357.52º | 0.88% | 0.27% | - |
| HSV(B) | 357.52º | 0.94% | 0.51% | - |
| XYZ | 9.21 | 4.87 | 0.84 | - |
| YUV | 44.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 13 | 0 | 0.94 | 0.90 | 0.49 | 357.52 | 0.88 | 0.27 |
| Hex | 81 | 8 | D | 0 | 5E | 5A | 31 | 166 | 58 | 1B |
| Octal | 201 | 10 | 15 | 0 | 136 | 132 | 61 | 546 | 130 | 33 |
| Binary | 10000001 | 1000 | 1101 | 0 | 1011110 | 1011010 | 110001 | 101100110 | 1011000 | 11011 |
Color Harmonies of #81080D
Complementary color
Monochromatic Colors of #81080D
Black with #81080D
Text Example
Text Example
White with #81080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81080D; }
p { color: rgb(129,8,13); }
H1.HeaderClassName
{
color: #81080D;
}
.AnyTagClassName
{
color: #81080D;
}
</style>
background-color css
<style>
a { background-color: #81080D; }
a { background-color: rgb(129,8,13); }
div.DivClassName
{
background-color: #81080D;
}
.BgClassName
{
background-color: #81080D;
}
</style>
border-color css
<style>
span { border-color: #81080D; }
span { border-color: rgb(129,8,13); }
td.TdClassName
{
border-color: #81080D;
}
.TagClassName
{
border-color: #81080D;
}
</style>