Shades of Rose Bud Cherry #852863
Tints of Rose Bud Cherry #852863
RGB
CMYK
RGB Variations
Color information
#852863 (or 0x852863) is known color: Rose Bud Cherry. HEX triplet: 85, 28 and 63. RGB value is (133,40,99). Sum of RGB (Red+Green+Blue) = 133+40+99=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #852863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852863 is #7AD79C. Grayscale: #4A4A4A. Windows color (decimal): -8050589 or 6498437. OLE color: 6498437.
HSL color Cylindrical-coordinate representation of color #852863: hue angle of 321.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852863 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 99 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.48 |
| HSL | 321.94º | 0.54% | 0.34% | - |
| HSV(B) | 321.94º | 0.7% | 0.52% | - |
| XYZ | 12.68 | 7.4 | 12.57 | - |
| YUV | 74.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 99 | 0 | 0.70 | 0.26 | 0.48 | 321.94 | 0.54 | 0.34 |
| Hex | 85 | 28 | 63 | 0 | 46 | 1A | 30 | 142 | 36 | 22 |
| Octal | 205 | 50 | 143 | 0 | 106 | 32 | 60 | 502 | 66 | 42 |
| Binary | 10000101 | 101000 | 1100011 | 0 | 1000110 | 11010 | 110000 | 101000010 | 110110 | 100010 |
Color Harmonies of #852863
Complementary color
Monochromatic Colors of #852863
Black with #852863
Text Example
Text Example
White with #852863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852863; }
p { color: rgb(133,40,99); }
H1.HeaderClassName
{
color: #852863;
}
.AnyTagClassName
{
color: #852863;
}
</style>
background-color css
<style>
a { background-color: #852863; }
a { background-color: rgb(133,40,99); }
div.DivClassName
{
background-color: #852863;
}
.BgClassName
{
background-color: #852863;
}
</style>
border-color css
<style>
span { border-color: #852863; }
span { border-color: rgb(133,40,99); }
td.TdClassName
{
border-color: #852863;
}
.TagClassName
{
border-color: #852863;
}
</style>