Shades of Rose Bud Cherry #852C61
Tints of Rose Bud Cherry #852C61
RGB
CMYK
RGB Variations
Color information
#852C61 (or 0x852C61) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 61. RGB value is (133,44,97). Sum of RGB (Red+Green+Blue) = 133+44+97=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #852C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C61 is #7AD39E. Grayscale: #4C4C4C. Windows color (decimal): -8049567 or 6368389. OLE color: 6368389.
HSL color Cylindrical-coordinate representation of color #852C61: hue angle of 324.27º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C61 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 97 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.48 |
| HSL | 324.27º | 0.5% | 0.35% | - |
| HSV(B) | 324.27º | 0.67% | 0.52% | - |
| XYZ | 12.73 | 7.65 | 12.12 | - |
| YUV | 76.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 97 | 0 | 0.67 | 0.27 | 0.48 | 324.27 | 0.5 | 0.35 |
| Hex | 85 | 2C | 61 | 0 | 43 | 1B | 30 | 144 | 32 | 23 |
| Octal | 205 | 54 | 141 | 0 | 103 | 33 | 60 | 504 | 62 | 43 |
| Binary | 10000101 | 101100 | 1100001 | 0 | 1000011 | 11011 | 110000 | 101000100 | 110010 | 100011 |
Color Harmonies of #852C61
Complementary color
Monochromatic Colors of #852C61
Black with #852C61
Text Example
Text Example
White with #852C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C61; }
p { color: rgb(133,44,97); }
H1.HeaderClassName
{
color: #852C61;
}
.AnyTagClassName
{
color: #852C61;
}
</style>
background-color css
<style>
a { background-color: #852C61; }
a { background-color: rgb(133,44,97); }
div.DivClassName
{
background-color: #852C61;
}
.BgClassName
{
background-color: #852C61;
}
</style>
border-color css
<style>
span { border-color: #852C61; }
span { border-color: rgb(133,44,97); }
td.TdClassName
{
border-color: #852C61;
}
.TagClassName
{
border-color: #852C61;
}
</style>