Shades of Sangria #860809
Tints of Sangria #860809
RGB
CMYK
RGB Variations
Color information
#860809 (or 0x860809) is known color: Sangria. HEX triplet: 86, 08 and 09. RGB value is (134,8,9). Sum of RGB (Red+Green+Blue) = 134+8+9=151 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.74% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 134 - color contains mainly: red. Hex color #860809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860809 is #79F7F6. Grayscale: #2D2D2D. Windows color (decimal): -7993335 or 592006. OLE color: 592006.
HSL color Cylindrical-coordinate representation of color #860809: hue angle of 359.52º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860809 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 9 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.47 |
| HSL | 359.52º | 0.89% | 0.28% | - |
| HSV(B) | 359.52º | 0.94% | 0.53% | - |
| XYZ | 9.97 | 5.26 | 0.75 | - |
| YUV | 45.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 9 | 0 | 0.94 | 0.93 | 0.47 | 359.52 | 0.89 | 0.28 |
| Hex | 86 | 8 | 9 | 0 | 5E | 5D | 2F | 168 | 59 | 1C |
| Octal | 206 | 10 | 11 | 0 | 136 | 135 | 57 | 550 | 131 | 34 |
| Binary | 10000110 | 1000 | 1001 | 0 | 1011110 | 1011101 | 101111 | 101101000 | 1011001 | 11100 |
Color Harmonies of #860809
Complementary color
Monochromatic Colors of #860809
Black with #860809
Text Example
Text Example
White with #860809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860809; }
p { color: rgb(134,8,9); }
H1.HeaderClassName
{
color: #860809;
}
.AnyTagClassName
{
color: #860809;
}
</style>
background-color css
<style>
a { background-color: #860809; }
a { background-color: rgb(134,8,9); }
div.DivClassName
{
background-color: #860809;
}
.BgClassName
{
background-color: #860809;
}
</style>
border-color css
<style>
span { border-color: #860809; }
span { border-color: rgb(134,8,9); }
td.TdClassName
{
border-color: #860809;
}
.TagClassName
{
border-color: #860809;
}
</style>