Shades of Sangria #88090D
Tints of Sangria #88090D
RGB
CMYK
RGB Variations
Color information
#88090D (or 0x88090D) is known color: Sangria. HEX triplet: 88, 09 and 0D. RGB value is (136,9,13). Sum of RGB (Red+Green+Blue) = 136+9+13=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #88090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88090D is #77F6F2. Grayscale: #2F2F2F. Windows color (decimal): -7862003 or 854408. OLE color: 854408.
HSL color Cylindrical-coordinate representation of color #88090D: hue angle of 358.11º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88090D is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 13 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.47 |
| HSL | 358.11º | 0.88% | 0.28% | - |
| HSV(B) | 358.11º | 0.93% | 0.53% | - |
| XYZ | 10.32 | 5.46 | 0.89 | - |
| YUV | 47.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 13 | 0 | 0.93 | 0.90 | 0.47 | 358.11 | 0.88 | 0.28 |
| Hex | 88 | 9 | D | 0 | 5D | 5A | 2F | 166 | 58 | 1C |
| Octal | 210 | 11 | 15 | 0 | 135 | 132 | 57 | 546 | 130 | 34 |
| Binary | 10001000 | 1001 | 1101 | 0 | 1011101 | 1011010 | 101111 | 101100110 | 1011000 | 11100 |
Color Harmonies of #88090D
Complementary color
Monochromatic Colors of #88090D
Black with #88090D
Text Example
Text Example
White with #88090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88090D; }
p { color: rgb(136,9,13); }
H1.HeaderClassName
{
color: #88090D;
}
.AnyTagClassName
{
color: #88090D;
}
</style>
background-color css
<style>
a { background-color: #88090D; }
a { background-color: rgb(136,9,13); }
div.DivClassName
{
background-color: #88090D;
}
.BgClassName
{
background-color: #88090D;
}
</style>
border-color css
<style>
span { border-color: #88090D; }
span { border-color: rgb(136,9,13); }
td.TdClassName
{
border-color: #88090D;
}
.TagClassName
{
border-color: #88090D;
}
</style>