Shades of Sangria #88080F
Tints of Sangria #88080F
RGB
CMYK
RGB Variations
Color information
#88080F (or 0x88080F) is known color: Sangria. HEX triplet: 88, 08 and 0F. RGB value is (136,8,15). Sum of RGB (Red+Green+Blue) = 136+8+15=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #88080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88080F is #77F7F0. Grayscale: #2F2F2F. Windows color (decimal): -7862257 or 985224. OLE color: 985224.
HSL color Cylindrical-coordinate representation of color #88080F: hue angle of 356.72º 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 #88080F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 15 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.47 |
| HSL | 356.72º | 0.89% | 0.28% | - |
| HSV(B) | 356.72º | 0.94% | 0.53% | - |
| XYZ | 10.33 | 5.44 | 0.96 | - |
| YUV | 47.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 15 | 0 | 0.94 | 0.89 | 0.47 | 356.72 | 0.89 | 0.28 |
| Hex | 88 | 8 | F | 0 | 5E | 59 | 2F | 165 | 59 | 1C |
| Octal | 210 | 10 | 17 | 0 | 136 | 131 | 57 | 545 | 131 | 34 |
| Binary | 10001000 | 1000 | 1111 | 0 | 1011110 | 1011001 | 101111 | 101100101 | 1011001 | 11100 |
Color Harmonies of #88080F
Complementary color
Monochromatic Colors of #88080F
Black with #88080F
Text Example
Text Example
White with #88080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88080F; }
p { color: rgb(136,8,15); }
H1.HeaderClassName
{
color: #88080F;
}
.AnyTagClassName
{
color: #88080F;
}
</style>
background-color css
<style>
a { background-color: #88080F; }
a { background-color: rgb(136,8,15); }
div.DivClassName
{
background-color: #88080F;
}
.BgClassName
{
background-color: #88080F;
}
</style>
border-color css
<style>
span { border-color: #88080F; }
span { border-color: rgb(136,8,15); }
td.TdClassName
{
border-color: #88080F;
}
.TagClassName
{
border-color: #88080F;
}
</style>