Shades of Sangria #880109
Tints of Sangria #880109
RGB
CMYK
RGB Variations
Color information
#880109 (or 0x880109) is known color: Sangria. HEX triplet: 88, 01 and 09. RGB value is (136,1,9). Sum of RGB (Red+Green+Blue) = 136+1+9=146 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.15% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 136 - color contains mainly: red. Hex color #880109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880109 is #77FEF6. Grayscale: #2A2A2A. Windows color (decimal): -7864055 or 590216. OLE color: 590216.
HSL color Cylindrical-coordinate representation of color #880109: hue angle of 356.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880109 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.47 |
| HSL | 356.44º | 0.99% | 0.27% | - |
| HSV(B) | 356.44º | 0.99% | 0.53% | - |
| XYZ | 10.21 | 5.28 | 0.74 | - |
| YUV | 42.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 9 | 0 | 0.99 | 0.93 | 0.47 | 356.44 | 0.99 | 0.27 |
| Hex | 88 | 1 | 9 | 0 | 63 | 5D | 2F | 164 | 63 | 1B |
| Octal | 210 | 1 | 11 | 0 | 143 | 135 | 57 | 544 | 143 | 33 |
| Binary | 10001000 | 1 | 1001 | 0 | 1100011 | 1011101 | 101111 | 101100100 | 1100011 | 11011 |
Color Harmonies of #880109
Complementary color
Monochromatic Colors of #880109
Black with #880109
Text Example
Text Example
White with #880109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880109; }
p { color: rgb(136,1,9); }
H1.HeaderClassName
{
color: #880109;
}
.AnyTagClassName
{
color: #880109;
}
</style>
background-color css
<style>
a { background-color: #880109; }
a { background-color: rgb(136,1,9); }
div.DivClassName
{
background-color: #880109;
}
.BgClassName
{
background-color: #880109;
}
</style>
border-color css
<style>
span { border-color: #880109; }
span { border-color: rgb(136,1,9); }
td.TdClassName
{
border-color: #880109;
}
.TagClassName
{
border-color: #880109;
}
</style>