Shades of Sangria #880A11
Tints of Sangria #880A11
RGB
CMYK
RGB Variations
Color information
#880A11 (or 0x880A11) is known color: Sangria. HEX triplet: 88, 0A and 11. RGB value is (136,10,17). Sum of RGB (Red+Green+Blue) = 136+10+17=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #880A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A11 is #77F5EE. Grayscale: #303030. Windows color (decimal): -7861743 or 1116808. OLE color: 1116808.
HSL color Cylindrical-coordinate representation of color #880A11: hue angle of 356.67º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A11 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 17 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.47 |
| HSL | 356.67º | 0.86% | 0.29% | - |
| HSV(B) | 356.67º | 0.93% | 0.53% | - |
| XYZ | 10.36 | 5.49 | 1.04 | - |
| YUV | 48.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 17 | 0 | 0.93 | 0.87 | 0.47 | 356.67 | 0.86 | 0.29 |
| Hex | 88 | A | 11 | 0 | 5D | 57 | 2F | 165 | 56 | 1D |
| Octal | 210 | 12 | 21 | 0 | 135 | 127 | 57 | 545 | 126 | 35 |
| Binary | 10001000 | 1010 | 10001 | 0 | 1011101 | 1010111 | 101111 | 101100101 | 1010110 | 11101 |
Color Harmonies of #880A11
Complementary color
Monochromatic Colors of #880A11
Black with #880A11
Text Example
Text Example
White with #880A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A11; }
p { color: rgb(136,10,17); }
H1.HeaderClassName
{
color: #880A11;
}
.AnyTagClassName
{
color: #880A11;
}
</style>
background-color css
<style>
a { background-color: #880A11; }
a { background-color: rgb(136,10,17); }
div.DivClassName
{
background-color: #880A11;
}
.BgClassName
{
background-color: #880A11;
}
</style>
border-color css
<style>
span { border-color: #880A11; }
span { border-color: rgb(136,10,17); }
td.TdClassName
{
border-color: #880A11;
}
.TagClassName
{
border-color: #880A11;
}
</style>