Shades of Sangria #880E11
Tints of Sangria #880E11
RGB
CMYK
RGB Variations
Color information
#880E11 (or 0x880E11) is known color: Sangria. HEX triplet: 88, 0E and 11. RGB value is (136,14,17). Sum of RGB (Red+Green+Blue) = 136+14+17=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #880E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880E11 is #77F1EE. Grayscale: #323232. Windows color (decimal): -7860719 or 1117832. OLE color: 1117832.
HSL color Cylindrical-coordinate representation of color #880E11: hue angle of 358.52º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E11 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 17 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.47 |
| HSL | 358.52º | 0.81% | 0.29% | - |
| HSV(B) | 358.52º | 0.9% | 0.53% | - |
| XYZ | 10.41 | 5.59 | 1.06 | - |
| YUV | 50.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 17 | 0 | 0.90 | 0.87 | 0.47 | 358.52 | 0.81 | 0.29 |
| Hex | 88 | E | 11 | 0 | 5A | 57 | 2F | 167 | 51 | 1D |
| Octal | 210 | 16 | 21 | 0 | 132 | 127 | 57 | 547 | 121 | 35 |
| Binary | 10001000 | 1110 | 10001 | 0 | 1011010 | 1010111 | 101111 | 101100111 | 1010001 | 11101 |
Color Harmonies of #880E11
Complementary color
Monochromatic Colors of #880E11
Black with #880E11
Text Example
Text Example
White with #880E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E11; }
p { color: rgb(136,14,17); }
H1.HeaderClassName
{
color: #880E11;
}
.AnyTagClassName
{
color: #880E11;
}
</style>
background-color css
<style>
a { background-color: #880E11; }
a { background-color: rgb(136,14,17); }
div.DivClassName
{
background-color: #880E11;
}
.BgClassName
{
background-color: #880E11;
}
</style>
border-color css
<style>
span { border-color: #880E11; }
span { border-color: rgb(136,14,17); }
td.TdClassName
{
border-color: #880E11;
}
.TagClassName
{
border-color: #880E11;
}
</style>