Shades of Sangria #880B0D
Tints of Sangria #880B0D
RGB
CMYK
RGB Variations
Color information
#880B0D (or 0x880B0D) is known color: Sangria. HEX triplet: 88, 0B and 0D. RGB value is (136,11,13). Sum of RGB (Red+Green+Blue) = 136+11+13=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #880B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880B0D is #77F4F2. Grayscale: #303030. Windows color (decimal): -7861491 or 854920. OLE color: 854920.
HSL color Cylindrical-coordinate representation of color #880B0D: hue angle of 359.04º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B0D is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 13 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.47 |
| HSL | 359.04º | 0.85% | 0.29% | - |
| HSV(B) | 359.04º | 0.92% | 0.53% | - |
| XYZ | 10.35 | 5.5 | 0.9 | - |
| YUV | 48.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 13 | 0 | 0.92 | 0.90 | 0.47 | 359.04 | 0.85 | 0.29 |
| Hex | 88 | B | D | 0 | 5C | 5A | 2F | 167 | 55 | 1D |
| Octal | 210 | 13 | 15 | 0 | 134 | 132 | 57 | 547 | 125 | 35 |
| Binary | 10001000 | 1011 | 1101 | 0 | 1011100 | 1011010 | 101111 | 101100111 | 1010101 | 11101 |
Color Harmonies of #880B0D
Complementary color
Monochromatic Colors of #880B0D
Black with #880B0D
Text Example
Text Example
White with #880B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B0D; }
p { color: rgb(136,11,13); }
H1.HeaderClassName
{
color: #880B0D;
}
.AnyTagClassName
{
color: #880B0D;
}
</style>
background-color css
<style>
a { background-color: #880B0D; }
a { background-color: rgb(136,11,13); }
div.DivClassName
{
background-color: #880B0D;
}
.BgClassName
{
background-color: #880B0D;
}
</style>
border-color css
<style>
span { border-color: #880B0D; }
span { border-color: rgb(136,11,13); }
td.TdClassName
{
border-color: #880B0D;
}
.TagClassName
{
border-color: #880B0D;
}
</style>