Shades of Sangria #880A0B
Tints of Sangria #880A0B
RGB
CMYK
RGB Variations
Color information
#880A0B (or 0x880A0B) is known color: Sangria. HEX triplet: 88, 0A and 0B. RGB value is (136,10,11). Sum of RGB (Red+Green+Blue) = 136+10+11=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A0B is #77F5F4. Grayscale: #2F2F2F. Windows color (decimal): -7861749 or 723592. OLE color: 723592.
HSL color Cylindrical-coordinate representation of color #880A0B: hue angle of 359.52º 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 #880A0B is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 11 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.47 |
| HSL | 359.52º | 0.86% | 0.29% | - |
| HSV(B) | 359.52º | 0.93% | 0.53% | - |
| XYZ | 10.32 | 5.48 | 0.83 | - |
| YUV | 47.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 11 | 0 | 0.93 | 0.92 | 0.47 | 359.52 | 0.86 | 0.29 |
| Hex | 88 | A | B | 0 | 5D | 5C | 2F | 168 | 56 | 1D |
| Octal | 210 | 12 | 13 | 0 | 135 | 134 | 57 | 550 | 126 | 35 |
| Binary | 10001000 | 1010 | 1011 | 0 | 1011101 | 1011100 | 101111 | 101101000 | 1010110 | 11101 |
Color Harmonies of #880A0B
Complementary color
Monochromatic Colors of #880A0B
Black with #880A0B
Text Example
Text Example
White with #880A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A0B; }
p { color: rgb(136,10,11); }
H1.HeaderClassName
{
color: #880A0B;
}
.AnyTagClassName
{
color: #880A0B;
}
</style>
background-color css
<style>
a { background-color: #880A0B; }
a { background-color: rgb(136,10,11); }
div.DivClassName
{
background-color: #880A0B;
}
.BgClassName
{
background-color: #880A0B;
}
</style>
border-color css
<style>
span { border-color: #880A0B; }
span { border-color: rgb(136,10,11); }
td.TdClassName
{
border-color: #880A0B;
}
.TagClassName
{
border-color: #880A0B;
}
</style>