Shades of Sangria #88010E
Tints of Sangria #88010E
RGB
CMYK
RGB Variations
Color information
#88010E (or 0x88010E) is known color: Sangria. HEX triplet: 88, 01 and 0E. RGB value is (136,1,14). Sum of RGB (Red+Green+Blue) = 136+1+14=151 (20% of max value = 765). Red value is 136 (53.52% from 255 or 90.07% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 136 - color contains mainly: red. Hex color #88010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88010E is #77FEF1. Grayscale: #2A2A2A. Windows color (decimal): -7864050 or 917896. OLE color: 917896.
HSL color Cylindrical-coordinate representation of color #88010E: hue angle of 354.22º degrees, saturation: 0.99, 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 #88010E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.47 |
| HSL | 354.22º | 0.99% | 0.27% | - |
| HSV(B) | 354.22º | 0.99% | 0.53% | - |
| XYZ | 10.24 | 5.29 | 0.9 | - |
| YUV | 42.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 14 | 0 | 0.99 | 0.90 | 0.47 | 354.22 | 0.99 | 0.27 |
| Hex | 88 | 1 | E | 0 | 63 | 5A | 2F | 162 | 63 | 1B |
| Octal | 210 | 1 | 16 | 0 | 143 | 132 | 57 | 542 | 143 | 33 |
| Binary | 10001000 | 1 | 1110 | 0 | 1100011 | 1011010 | 101111 | 101100010 | 1100011 | 11011 |
Color Harmonies of #88010E
Complementary color
Monochromatic Colors of #88010E
Black with #88010E
Text Example
Text Example
White with #88010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88010E; }
p { color: rgb(136,1,14); }
H1.HeaderClassName
{
color: #88010E;
}
.AnyTagClassName
{
color: #88010E;
}
</style>
background-color css
<style>
a { background-color: #88010E; }
a { background-color: rgb(136,1,14); }
div.DivClassName
{
background-color: #88010E;
}
.BgClassName
{
background-color: #88010E;
}
</style>
border-color css
<style>
span { border-color: #88010E; }
span { border-color: rgb(136,1,14); }
td.TdClassName
{
border-color: #88010E;
}
.TagClassName
{
border-color: #88010E;
}
</style>