Shades of Sangria #880209
Tints of Sangria #880209
RGB
CMYK
RGB Variations
Color information
#880209 (or 0x880209) is known color: Sangria. HEX triplet: 88, 02 and 09. RGB value is (136,2,9). Sum of RGB (Red+Green+Blue) = 136+2+9=147 (19% of max value = 765). Red value is 136 (53.52% from 255 or 92.52% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 136 - color contains mainly: red. Hex color #880209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880209 is #77FDF6. Grayscale: #2A2A2A. Windows color (decimal): -7863799 or 590472. OLE color: 590472.
HSL color Cylindrical-coordinate representation of color #880209: hue angle of 356.87º degrees, saturation: 0.97, 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 #880209 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.47 |
| HSL | 356.87º | 0.97% | 0.27% | - |
| HSV(B) | 356.87º | 0.99% | 0.53% | - |
| XYZ | 10.22 | 5.3 | 0.74 | - |
| YUV | 42.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 9 | 0 | 0.99 | 0.93 | 0.47 | 356.87 | 0.97 | 0.27 |
| Hex | 88 | 2 | 9 | 0 | 63 | 5D | 2F | 165 | 61 | 1B |
| Octal | 210 | 2 | 11 | 0 | 143 | 135 | 57 | 545 | 141 | 33 |
| Binary | 10001000 | 10 | 1001 | 0 | 1100011 | 1011101 | 101111 | 101100101 | 1100001 | 11011 |
Color Harmonies of #880209
Complementary color
Monochromatic Colors of #880209
Black with #880209
Text Example
Text Example
White with #880209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880209; }
p { color: rgb(136,2,9); }
H1.HeaderClassName
{
color: #880209;
}
.AnyTagClassName
{
color: #880209;
}
</style>
background-color css
<style>
a { background-color: #880209; }
a { background-color: rgb(136,2,9); }
div.DivClassName
{
background-color: #880209;
}
.BgClassName
{
background-color: #880209;
}
</style>
border-color css
<style>
span { border-color: #880209; }
span { border-color: rgb(136,2,9); }
td.TdClassName
{
border-color: #880209;
}
.TagClassName
{
border-color: #880209;
}
</style>