Shades of Sangria #880B0C
Tints of Sangria #880B0C
RGB
CMYK
RGB Variations
Color information
#880B0C (or 0x880B0C) is known color: Sangria. HEX triplet: 88, 0B and 0C. RGB value is (136,11,12). Sum of RGB (Red+Green+Blue) = 136+11+12=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #880B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880B0C is #77F4F3. Grayscale: #303030. Windows color (decimal): -7861492 or 789384. OLE color: 789384.
HSL color Cylindrical-coordinate representation of color #880B0C: hue angle of 359.52º 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 #880B0C is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 12 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.47 |
| HSL | 359.52º | 0.85% | 0.29% | - |
| HSV(B) | 359.52º | 0.92% | 0.53% | - |
| XYZ | 10.34 | 5.5 | 0.86 | - |
| YUV | 48.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 12 | 0 | 0.92 | 0.91 | 0.47 | 359.52 | 0.85 | 0.29 |
| Hex | 88 | B | C | 0 | 5C | 5B | 2F | 168 | 55 | 1D |
| Octal | 210 | 13 | 14 | 0 | 134 | 133 | 57 | 550 | 125 | 35 |
| Binary | 10001000 | 1011 | 1100 | 0 | 1011100 | 1011011 | 101111 | 101101000 | 1010101 | 11101 |
Color Harmonies of #880B0C
Complementary color
Monochromatic Colors of #880B0C
Black with #880B0C
Text Example
Text Example
White with #880B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B0C; }
p { color: rgb(136,11,12); }
H1.HeaderClassName
{
color: #880B0C;
}
.AnyTagClassName
{
color: #880B0C;
}
</style>
background-color css
<style>
a { background-color: #880B0C; }
a { background-color: rgb(136,11,12); }
div.DivClassName
{
background-color: #880B0C;
}
.BgClassName
{
background-color: #880B0C;
}
</style>
border-color css
<style>
span { border-color: #880B0C; }
span { border-color: rgb(136,11,12); }
td.TdClassName
{
border-color: #880B0C;
}
.TagClassName
{
border-color: #880B0C;
}
</style>