Shades of Sangria #880809
Tints of Sangria #880809
RGB
CMYK
RGB Variations
Color information
#880809 (or 0x880809) is known color: Sangria. HEX triplet: 88, 08 and 09. RGB value is (136,8,9). Sum of RGB (Red+Green+Blue) = 136+8+9=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880809 is #77F7F6. Grayscale: #2E2E2E. Windows color (decimal): -7862263 or 592008. OLE color: 592008.
HSL color Cylindrical-coordinate representation of color #880809: hue angle of 359.53º 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 #880809 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 9 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.47 |
| HSL | 359.53º | 0.89% | 0.28% | - |
| HSV(B) | 359.53º | 0.94% | 0.53% | - |
| XYZ | 10.29 | 5.43 | 0.76 | - |
| YUV | 46.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 9 | 0 | 0.94 | 0.93 | 0.47 | 359.53 | 0.89 | 0.28 |
| Hex | 88 | 8 | 9 | 0 | 5E | 5D | 2F | 168 | 59 | 1C |
| Octal | 210 | 10 | 11 | 0 | 136 | 135 | 57 | 550 | 131 | 34 |
| Binary | 10001000 | 1000 | 1001 | 0 | 1011110 | 1011101 | 101111 | 101101000 | 1011001 | 11100 |
Color Harmonies of #880809
Complementary color
Monochromatic Colors of #880809
Black with #880809
Text Example
Text Example
White with #880809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880809; }
p { color: rgb(136,8,9); }
H1.HeaderClassName
{
color: #880809;
}
.AnyTagClassName
{
color: #880809;
}
</style>
background-color css
<style>
a { background-color: #880809; }
a { background-color: rgb(136,8,9); }
div.DivClassName
{
background-color: #880809;
}
.BgClassName
{
background-color: #880809;
}
</style>
border-color css
<style>
span { border-color: #880809; }
span { border-color: rgb(136,8,9); }
td.TdClassName
{
border-color: #880809;
}
.TagClassName
{
border-color: #880809;
}
</style>