Shades of Sangria #880815
Tints of Sangria #880815
RGB
CMYK
RGB Variations
Color information
#880815 (or 0x880815) is known color: Sangria. HEX triplet: 88, 08 and 15. RGB value is (136,8,21). Sum of RGB (Red+Green+Blue) = 136+8+21=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880815 is #77F7EA. Grayscale: #2F2F2F. Windows color (decimal): -7862251 or 1378440. OLE color: 1378440.
HSL color Cylindrical-coordinate representation of color #880815: hue angle of 353.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880815 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 21 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.47 |
| HSL | 353.91º | 0.89% | 0.28% | - |
| HSV(B) | 353.91º | 0.94% | 0.53% | - |
| XYZ | 10.38 | 5.46 | 1.22 | - |
| YUV | 47.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 21 | 0 | 0.94 | 0.85 | 0.47 | 353.91 | 0.89 | 0.28 |
| Hex | 88 | 8 | 15 | 0 | 5E | 55 | 2F | 162 | 59 | 1C |
| Octal | 210 | 10 | 25 | 0 | 136 | 125 | 57 | 542 | 131 | 34 |
| Binary | 10001000 | 1000 | 10101 | 0 | 1011110 | 1010101 | 101111 | 101100010 | 1011001 | 11100 |
Color Harmonies of #880815
Complementary color
Monochromatic Colors of #880815
Black with #880815
Text Example
Text Example
White with #880815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880815; }
p { color: rgb(136,8,21); }
H1.HeaderClassName
{
color: #880815;
}
.AnyTagClassName
{
color: #880815;
}
</style>
background-color css
<style>
a { background-color: #880815; }
a { background-color: rgb(136,8,21); }
div.DivClassName
{
background-color: #880815;
}
.BgClassName
{
background-color: #880815;
}
</style>
border-color css
<style>
span { border-color: #880815; }
span { border-color: rgb(136,8,21); }
td.TdClassName
{
border-color: #880815;
}
.TagClassName
{
border-color: #880815;
}
</style>