Shades of Sangria #81080F
Tints of Sangria #81080F
RGB
CMYK
RGB Variations
Color information
#81080F (or 0x81080F) is known color: Sangria. HEX triplet: 81, 08 and 0F. RGB value is (129,8,15). Sum of RGB (Red+Green+Blue) = 129+8+15=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #81080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81080F is #7EF7F0. Grayscale: #2D2D2D. Windows color (decimal): -8321009 or 985217. OLE color: 985217.
HSL color Cylindrical-coordinate representation of color #81080F: hue angle of 356.53º 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 #81080F is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 15 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.49 |
| HSL | 356.53º | 0.88% | 0.27% | - |
| HSV(B) | 356.53º | 0.94% | 0.51% | - |
| XYZ | 9.23 | 4.88 | 0.91 | - |
| YUV | 44.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 15 | 0 | 0.94 | 0.88 | 0.49 | 356.53 | 0.88 | 0.27 |
| Hex | 81 | 8 | F | 0 | 5E | 58 | 31 | 165 | 58 | 1B |
| Octal | 201 | 10 | 17 | 0 | 136 | 130 | 61 | 545 | 130 | 33 |
| Binary | 10000001 | 1000 | 1111 | 0 | 1011110 | 1011000 | 110001 | 101100101 | 1011000 | 11011 |
Color Harmonies of #81080F
Complementary color
Monochromatic Colors of #81080F
Black with #81080F
Text Example
Text Example
White with #81080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81080F; }
p { color: rgb(129,8,15); }
H1.HeaderClassName
{
color: #81080F;
}
.AnyTagClassName
{
color: #81080F;
}
</style>
background-color css
<style>
a { background-color: #81080F; }
a { background-color: rgb(129,8,15); }
div.DivClassName
{
background-color: #81080F;
}
.BgClassName
{
background-color: #81080F;
}
</style>
border-color css
<style>
span { border-color: #81080F; }
span { border-color: rgb(129,8,15); }
td.TdClassName
{
border-color: #81080F;
}
.TagClassName
{
border-color: #81080F;
}
</style>