Shades of Sangria #88020D
Tints of Sangria #88020D
RGB
CMYK
RGB Variations
Color information
#88020D (or 0x88020D) is known color: Sangria. HEX triplet: 88, 02 and 0D. RGB value is (136,2,13). Sum of RGB (Red+Green+Blue) = 136+2+13=151 (20% of max value = 765). Red value is 136 (53.52% from 255 or 90.07% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 136 - color contains mainly: red. Hex color #88020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88020D is #77FDF2. Grayscale: #2B2B2B. Windows color (decimal): -7863795 or 852616. OLE color: 852616.
HSL color Cylindrical-coordinate representation of color #88020D: hue angle of 355.07º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88020D is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.47 |
| HSL | 355.07º | 0.97% | 0.27% | - |
| HSV(B) | 355.07º | 0.99% | 0.53% | - |
| XYZ | 10.25 | 5.31 | 0.86 | - |
| YUV | 43.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 13 | 0 | 0.99 | 0.90 | 0.47 | 355.07 | 0.97 | 0.27 |
| Hex | 88 | 2 | D | 0 | 63 | 5A | 2F | 163 | 61 | 1B |
| Octal | 210 | 2 | 15 | 0 | 143 | 132 | 57 | 543 | 141 | 33 |
| Binary | 10001000 | 10 | 1101 | 0 | 1100011 | 1011010 | 101111 | 101100011 | 1100001 | 11011 |
Color Harmonies of #88020D
Complementary color
Monochromatic Colors of #88020D
Black with #88020D
Text Example
Text Example
White with #88020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88020D; }
p { color: rgb(136,2,13); }
H1.HeaderClassName
{
color: #88020D;
}
.AnyTagClassName
{
color: #88020D;
}
</style>
background-color css
<style>
a { background-color: #88020D; }
a { background-color: rgb(136,2,13); }
div.DivClassName
{
background-color: #88020D;
}
.BgClassName
{
background-color: #88020D;
}
</style>
border-color css
<style>
span { border-color: #88020D; }
span { border-color: rgb(136,2,13); }
td.TdClassName
{
border-color: #88020D;
}
.TagClassName
{
border-color: #88020D;
}
</style>