Shades of Sangria #880509
Tints of Sangria #880509
RGB
CMYK
RGB Variations
Color information
#880509 (or 0x880509) is known color: Sangria. HEX triplet: 88, 05 and 09. RGB value is (136,5,9). Sum of RGB (Red+Green+Blue) = 136+5+9=150 (19% of max value = 765). Red value is 136 (53.52% from 255 or 90.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 136 - color contains mainly: red. Hex color #880509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880509 is #77FAF6. Grayscale: #2C2C2C. Windows color (decimal): -7863031 or 591240. OLE color: 591240.
HSL color Cylindrical-coordinate representation of color #880509: hue angle of 358.17º 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 #880509 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 9 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.47 |
| HSL | 358.17º | 0.93% | 0.28% | - |
| HSV(B) | 358.17º | 0.96% | 0.53% | - |
| XYZ | 10.26 | 5.36 | 0.75 | - |
| YUV | 44.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 9 | 0 | 0.96 | 0.93 | 0.47 | 358.17 | 0.93 | 0.28 |
| Hex | 88 | 5 | 9 | 0 | 60 | 5D | 2F | 166 | 5D | 1C |
| Octal | 210 | 5 | 11 | 0 | 140 | 135 | 57 | 546 | 135 | 34 |
| Binary | 10001000 | 101 | 1001 | 0 | 1100000 | 1011101 | 101111 | 101100110 | 1011101 | 11100 |
Color Harmonies of #880509
Complementary color
Monochromatic Colors of #880509
Black with #880509
Text Example
Text Example
White with #880509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880509; }
p { color: rgb(136,5,9); }
H1.HeaderClassName
{
color: #880509;
}
.AnyTagClassName
{
color: #880509;
}
</style>
background-color css
<style>
a { background-color: #880509; }
a { background-color: rgb(136,5,9); }
div.DivClassName
{
background-color: #880509;
}
.BgClassName
{
background-color: #880509;
}
</style>
border-color css
<style>
span { border-color: #880509; }
span { border-color: rgb(136,5,9); }
td.TdClassName
{
border-color: #880509;
}
.TagClassName
{
border-color: #880509;
}
</style>