Shades of Sangria #880510
Tints of Sangria #880510
RGB
CMYK
RGB Variations
Color information
#880510 (or 0x880510) is known color: Sangria. HEX triplet: 88, 05 and 10. RGB value is (136,5,16). Sum of RGB (Red+Green+Blue) = 136+5+16=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880510 is #77FAEF. Grayscale: #2D2D2D. Windows color (decimal): -7863024 or 1049992. OLE color: 1049992.
HSL color Cylindrical-coordinate representation of color #880510: hue angle of 354.96º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880510 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 16 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.47 |
| HSL | 354.96º | 0.93% | 0.28% | - |
| HSV(B) | 354.96º | 0.96% | 0.53% | - |
| XYZ | 10.3 | 5.38 | 0.99 | - |
| YUV | 45.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 16 | 0 | 0.96 | 0.88 | 0.47 | 354.96 | 0.93 | 0.28 |
| Hex | 88 | 5 | 10 | 0 | 60 | 58 | 2F | 163 | 5D | 1C |
| Octal | 210 | 5 | 20 | 0 | 140 | 130 | 57 | 543 | 135 | 34 |
| Binary | 10001000 | 101 | 10000 | 0 | 1100000 | 1011000 | 101111 | 101100011 | 1011101 | 11100 |
Color Harmonies of #880510
Complementary color
Monochromatic Colors of #880510
Black with #880510
Text Example
Text Example
White with #880510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880510; }
p { color: rgb(136,5,16); }
H1.HeaderClassName
{
color: #880510;
}
.AnyTagClassName
{
color: #880510;
}
</style>
background-color css
<style>
a { background-color: #880510; }
a { background-color: rgb(136,5,16); }
div.DivClassName
{
background-color: #880510;
}
.BgClassName
{
background-color: #880510;
}
</style>
border-color css
<style>
span { border-color: #880510; }
span { border-color: rgb(136,5,16); }
td.TdClassName
{
border-color: #880510;
}
.TagClassName
{
border-color: #880510;
}
</style>