Shades of Sangria #881113
Tints of Sangria #881113
RGB
CMYK
RGB Variations
Color information
#881113 (or 0x881113) is known color: Sangria. HEX triplet: 88, 11 and 13. RGB value is (136,17,19). Sum of RGB (Red+Green+Blue) = 136+17+19=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #881113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881113 is #77EEEC. Grayscale: #343434. Windows color (decimal): -7859949 or 1249672. OLE color: 1249672.
HSL color Cylindrical-coordinate representation of color #881113: hue angle of 358.99º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881113 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 19 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.47 |
| HSL | 358.99º | 0.78% | 0.3% | - |
| HSV(B) | 358.99º | 0.88% | 0.53% | - |
| XYZ | 10.47 | 5.68 | 1.16 | - |
| YUV | 52.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 19 | 0 | 0.87 | 0.86 | 0.47 | 358.99 | 0.78 | 0.3 |
| Hex | 88 | 11 | 13 | 0 | 57 | 56 | 2F | 167 | 4E | 1E |
| Octal | 210 | 21 | 23 | 0 | 127 | 126 | 57 | 547 | 116 | 36 |
| Binary | 10001000 | 10001 | 10011 | 0 | 1010111 | 1010110 | 101111 | 101100111 | 1001110 | 11110 |
Color Harmonies of #881113
Complementary color
Monochromatic Colors of #881113
Black with #881113
Text Example
Text Example
White with #881113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881113; }
p { color: rgb(136,17,19); }
H1.HeaderClassName
{
color: #881113;
}
.AnyTagClassName
{
color: #881113;
}
</style>
background-color css
<style>
a { background-color: #881113; }
a { background-color: rgb(136,17,19); }
div.DivClassName
{
background-color: #881113;
}
.BgClassName
{
background-color: #881113;
}
</style>
border-color css
<style>
span { border-color: #881113; }
span { border-color: rgb(136,17,19); }
td.TdClassName
{
border-color: #881113;
}
.TagClassName
{
border-color: #881113;
}
</style>