Shades of Rose Bud Cherry #852852
Tints of Rose Bud Cherry #852852
RGB
CMYK
RGB Variations
Color information
#852852 (or 0x852852) is known color: Rose Bud Cherry. HEX triplet: 85, 28 and 52. RGB value is (133,40,82). Sum of RGB (Red+Green+Blue) = 133+40+82=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852852 is #7AD7AD. Grayscale: #484848. Windows color (decimal): -8050606 or 5384325. OLE color: 5384325.
HSL color Cylindrical-coordinate representation of color #852852: hue angle of 332.9º 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 #852852 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 82 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.48 |
| HSL | 332.9º | 0.54% | 0.34% | - |
| HSV(B) | 332.9º | 0.7% | 0.52% | - |
| XYZ | 11.95 | 7.11 | 8.73 | - |
| YUV | 72.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 82 | 0 | 0.70 | 0.38 | 0.48 | 332.9 | 0.54 | 0.34 |
| Hex | 85 | 28 | 52 | 0 | 46 | 26 | 30 | 14D | 36 | 22 |
| Octal | 205 | 50 | 122 | 0 | 106 | 46 | 60 | 515 | 66 | 42 |
| Binary | 10000101 | 101000 | 1010010 | 0 | 1000110 | 100110 | 110000 | 101001101 | 110110 | 100010 |
Color Harmonies of #852852
Complementary color
Monochromatic Colors of #852852
Black with #852852
Text Example
Text Example
White with #852852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852852; }
p { color: rgb(133,40,82); }
H1.HeaderClassName
{
color: #852852;
}
.AnyTagClassName
{
color: #852852;
}
</style>
background-color css
<style>
a { background-color: #852852; }
a { background-color: rgb(133,40,82); }
div.DivClassName
{
background-color: #852852;
}
.BgClassName
{
background-color: #852852;
}
</style>
border-color css
<style>
span { border-color: #852852; }
span { border-color: rgb(133,40,82); }
td.TdClassName
{
border-color: #852852;
}
.TagClassName
{
border-color: #852852;
}
</style>