Shades of Sangria #880409
Tints of Sangria #880409
RGB
CMYK
RGB Variations
Color information
#880409 (or 0x880409) is known color: Sangria. HEX triplet: 88, 04 and 09. RGB value is (136,4,9). Sum of RGB (Red+Green+Blue) = 136+4+9=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #880409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880409 is #77FBF6. Grayscale: #2C2C2C. Windows color (decimal): -7863287 or 590984. OLE color: 590984.
HSL color Cylindrical-coordinate representation of color #880409: hue angle of 357.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880409 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 9 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.47 |
| HSL | 357.73º | 0.94% | 0.27% | - |
| HSV(B) | 357.73º | 0.97% | 0.53% | - |
| XYZ | 10.25 | 5.34 | 0.75 | - |
| YUV | 44.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 9 | 0 | 0.97 | 0.93 | 0.47 | 357.73 | 0.94 | 0.27 |
| Hex | 88 | 4 | 9 | 0 | 61 | 5D | 2F | 166 | 5E | 1B |
| Octal | 210 | 4 | 11 | 0 | 141 | 135 | 57 | 546 | 136 | 33 |
| Binary | 10001000 | 100 | 1001 | 0 | 1100001 | 1011101 | 101111 | 101100110 | 1011110 | 11011 |
Color Harmonies of #880409
Complementary color
Monochromatic Colors of #880409
Black with #880409
Text Example
Text Example
White with #880409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880409; }
p { color: rgb(136,4,9); }
H1.HeaderClassName
{
color: #880409;
}
.AnyTagClassName
{
color: #880409;
}
</style>
background-color css
<style>
a { background-color: #880409; }
a { background-color: rgb(136,4,9); }
div.DivClassName
{
background-color: #880409;
}
.BgClassName
{
background-color: #880409;
}
</style>
border-color css
<style>
span { border-color: #880409; }
span { border-color: rgb(136,4,9); }
td.TdClassName
{
border-color: #880409;
}
.TagClassName
{
border-color: #880409;
}
</style>