Shades of Rose Bud Cherry #851959
Tints of Rose Bud Cherry #851959
RGB
CMYK
RGB Variations
Color information
#851959 (or 0x851959) is known color: Rose Bud Cherry. HEX triplet: 85, 19 and 59. RGB value is (133,25,89). Sum of RGB (Red+Green+Blue) = 133+25+89=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #851959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851959 is #7AE6A6. Grayscale: #404040. Windows color (decimal): -8054439 or 5839237. OLE color: 5839237.
HSL color Cylindrical-coordinate representation of color #851959: hue angle of 324.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851959 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 89 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.48 |
| HSL | 324.44º | 0.68% | 0.31% | - |
| HSV(B) | 324.44º | 0.81% | 0.52% | - |
| XYZ | 11.82 | 6.4 | 10.06 | - |
| YUV | 64.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 89 | 0 | 0.81 | 0.33 | 0.48 | 324.44 | 0.68 | 0.31 |
| Hex | 85 | 19 | 59 | 0 | 51 | 21 | 30 | 144 | 44 | 1F |
| Octal | 205 | 31 | 131 | 0 | 121 | 41 | 60 | 504 | 104 | 37 |
| Binary | 10000101 | 11001 | 1011001 | 0 | 1010001 | 100001 | 110000 | 101000100 | 1000100 | 11111 |
Color Harmonies of #851959
Complementary color
Monochromatic Colors of #851959
Black with #851959
Text Example
Text Example
White with #851959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851959; }
p { color: rgb(133,25,89); }
H1.HeaderClassName
{
color: #851959;
}
.AnyTagClassName
{
color: #851959;
}
</style>
background-color css
<style>
a { background-color: #851959; }
a { background-color: rgb(133,25,89); }
div.DivClassName
{
background-color: #851959;
}
.BgClassName
{
background-color: #851959;
}
</style>
border-color css
<style>
span { border-color: #851959; }
span { border-color: rgb(133,25,89); }
td.TdClassName
{
border-color: #851959;
}
.TagClassName
{
border-color: #851959;
}
</style>