Shades of Sangria #850809
Tints of Sangria #850809
RGB
CMYK
RGB Variations
Color information
#850809 (or 0x850809) is known color: Sangria. HEX triplet: 85, 08 and 09. RGB value is (133,8,9). Sum of RGB (Red+Green+Blue) = 133+8+9=150 (19% of max value = 765). Red value is 133 (52.34% from 255 or 88.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 133 - color contains mainly: red. Hex color #850809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850809 is #7AF7F6. Grayscale: #2D2D2D. Windows color (decimal): -8058871 or 592005. OLE color: 592005.
HSL color Cylindrical-coordinate representation of color #850809: hue angle of 359.52º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850809 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 9 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.48 |
| HSL | 359.52º | 0.89% | 0.28% | - |
| HSV(B) | 359.52º | 0.94% | 0.52% | - |
| XYZ | 9.81 | 5.18 | 0.74 | - |
| YUV | 45.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 9 | 0 | 0.94 | 0.93 | 0.48 | 359.52 | 0.89 | 0.28 |
| Hex | 85 | 8 | 9 | 0 | 5E | 5D | 30 | 168 | 59 | 1C |
| Octal | 205 | 10 | 11 | 0 | 136 | 135 | 60 | 550 | 131 | 34 |
| Binary | 10000101 | 1000 | 1001 | 0 | 1011110 | 1011101 | 110000 | 101101000 | 1011001 | 11100 |
Color Harmonies of #850809
Complementary color
Monochromatic Colors of #850809
Black with #850809
Text Example
Text Example
White with #850809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850809; }
p { color: rgb(133,8,9); }
H1.HeaderClassName
{
color: #850809;
}
.AnyTagClassName
{
color: #850809;
}
</style>
background-color css
<style>
a { background-color: #850809; }
a { background-color: rgb(133,8,9); }
div.DivClassName
{
background-color: #850809;
}
.BgClassName
{
background-color: #850809;
}
</style>
border-color css
<style>
span { border-color: #850809; }
span { border-color: rgb(133,8,9); }
td.TdClassName
{
border-color: #850809;
}
.TagClassName
{
border-color: #850809;
}
</style>