Shades of Sangria #880508
Tints of Sangria #880508
RGB
CMYK
RGB Variations
Color information
#880508 (or 0x880508) is known color: Sangria. HEX triplet: 88, 05 and 08. RGB value is (136,5,8). Sum of RGB (Red+Green+Blue) = 136+5+8=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #880508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880508 is #77FAF7. Grayscale: #2C2C2C. Windows color (decimal): -7863032 or 525704. OLE color: 525704.
HSL color Cylindrical-coordinate representation of color #880508: hue angle of 358.63º 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 #880508 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 8 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.47 |
| HSL | 358.63º | 0.93% | 0.28% | - |
| HSV(B) | 358.63º | 0.96% | 0.53% | - |
| XYZ | 10.25 | 5.36 | 0.72 | - |
| YUV | 44.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 8 | 0 | 0.96 | 0.94 | 0.47 | 358.63 | 0.93 | 0.28 |
| Hex | 88 | 5 | 8 | 0 | 60 | 5E | 2F | 167 | 5D | 1C |
| Octal | 210 | 5 | 10 | 0 | 140 | 136 | 57 | 547 | 135 | 34 |
| Binary | 10001000 | 101 | 1000 | 0 | 1100000 | 1011110 | 101111 | 101100111 | 1011101 | 11100 |
Color Harmonies of #880508
Complementary color
Monochromatic Colors of #880508
Black with #880508
Text Example
Text Example
White with #880508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880508; }
p { color: rgb(136,5,8); }
H1.HeaderClassName
{
color: #880508;
}
.AnyTagClassName
{
color: #880508;
}
</style>
background-color css
<style>
a { background-color: #880508; }
a { background-color: rgb(136,5,8); }
div.DivClassName
{
background-color: #880508;
}
.BgClassName
{
background-color: #880508;
}
</style>
border-color css
<style>
span { border-color: #880508; }
span { border-color: rgb(136,5,8); }
td.TdClassName
{
border-color: #880508;
}
.TagClassName
{
border-color: #880508;
}
</style>