Shades of Sangria #880009
Tints of Sangria #880009
RGB
CMYK
RGB Variations
Color information
#880009 (or 0x880009) is known color: Sangria. HEX triplet: 88, 00 and 09. RGB value is (136,0,9). Sum of RGB (Red+Green+Blue) = 136+0+9=145 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.79% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 136 - color contains mainly: red. Hex color #880009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880009 is #77FFF6. Grayscale: #292929. Windows color (decimal): -7864311 or 589960. OLE color: 589960.
HSL color Cylindrical-coordinate representation of color #880009: hue angle of 356.03º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880009 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.93 | 0.47 |
| HSL | 356.03º | 1% | 0.27% | - |
| HSV(B) | 356.03º | 1% | 0.53% | - |
| XYZ | 10.2 | 5.25 | 0.73 | - |
| YUV | 41.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 9 | 0 | 1 | 0.93 | 0.47 | 356.03 | 1 | 0.27 |
| Hex | 88 | 0 | 9 | 0 | 64 | 5D | 2F | 164 | 64 | 1B |
| Octal | 210 | 0 | 11 | 0 | 144 | 135 | 57 | 544 | 144 | 33 |
| Binary | 10001000 | 0 | 1001 | 0 | 1100100 | 1011101 | 101111 | 101100100 | 1100100 | 11011 |
Color Harmonies of #880009
Complementary color
Monochromatic Colors of #880009
Black with #880009
Text Example
Text Example
White with #880009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880009; }
p { color: rgb(136,0,9); }
H1.HeaderClassName
{
color: #880009;
}
.AnyTagClassName
{
color: #880009;
}
</style>
background-color css
<style>
a { background-color: #880009; }
a { background-color: rgb(136,0,9); }
div.DivClassName
{
background-color: #880009;
}
.BgClassName
{
background-color: #880009;
}
</style>
border-color css
<style>
span { border-color: #880009; }
span { border-color: rgb(136,0,9); }
td.TdClassName
{
border-color: #880009;
}
.TagClassName
{
border-color: #880009;
}
</style>