Shades of Sangria #88080D
Tints of Sangria #88080D
RGB
CMYK
RGB Variations
Color information
#88080D (or 0x88080D) is known color: Sangria. HEX triplet: 88, 08 and 0D. RGB value is (136,8,13). Sum of RGB (Red+Green+Blue) = 136+8+13=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #88080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88080D is #77F7F2. Grayscale: #2E2E2E. Windows color (decimal): -7862259 or 854152. OLE color: 854152.
HSL color Cylindrical-coordinate representation of color #88080D: hue angle of 357.66º 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 #88080D is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 13 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.47 |
| HSL | 357.66º | 0.89% | 0.28% | - |
| HSV(B) | 357.66º | 0.94% | 0.53% | - |
| XYZ | 10.31 | 5.44 | 0.89 | - |
| YUV | 46.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 13 | 0 | 0.94 | 0.90 | 0.47 | 357.66 | 0.89 | 0.28 |
| Hex | 88 | 8 | D | 0 | 5E | 5A | 2F | 166 | 59 | 1C |
| Octal | 210 | 10 | 15 | 0 | 136 | 132 | 57 | 546 | 131 | 34 |
| Binary | 10001000 | 1000 | 1101 | 0 | 1011110 | 1011010 | 101111 | 101100110 | 1011001 | 11100 |
Color Harmonies of #88080D
Complementary color
Monochromatic Colors of #88080D
Black with #88080D
Text Example
Text Example
White with #88080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88080D; }
p { color: rgb(136,8,13); }
H1.HeaderClassName
{
color: #88080D;
}
.AnyTagClassName
{
color: #88080D;
}
</style>
background-color css
<style>
a { background-color: #88080D; }
a { background-color: rgb(136,8,13); }
div.DivClassName
{
background-color: #88080D;
}
.BgClassName
{
background-color: #88080D;
}
</style>
border-color css
<style>
span { border-color: #88080D; }
span { border-color: rgb(136,8,13); }
td.TdClassName
{
border-color: #88080D;
}
.TagClassName
{
border-color: #88080D;
}
</style>