Shades of Rose Bud Cherry #852C59
Tints of Rose Bud Cherry #852C59
RGB
CMYK
RGB Variations
Color information
#852C59 (or 0x852C59) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 59. RGB value is (133,44,89). Sum of RGB (Red+Green+Blue) = 133+44+89=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #852C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C59 is #7AD3A6. Grayscale: #4B4B4B. Windows color (decimal): -8049575 or 5844101. OLE color: 5844101.
HSL color Cylindrical-coordinate representation of color #852C59: hue angle of 329.66º 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 #852C59 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 89 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.48 |
| HSL | 329.66º | 0.5% | 0.35% | - |
| HSV(B) | 329.66º | 0.67% | 0.52% | - |
| XYZ | 12.38 | 7.51 | 10.25 | - |
| YUV | 75.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 89 | 0 | 0.67 | 0.33 | 0.48 | 329.66 | 0.5 | 0.35 |
| Hex | 85 | 2C | 59 | 0 | 43 | 21 | 30 | 14A | 32 | 23 |
| Octal | 205 | 54 | 131 | 0 | 103 | 41 | 60 | 512 | 62 | 43 |
| Binary | 10000101 | 101100 | 1011001 | 0 | 1000011 | 100001 | 110000 | 101001010 | 110010 | 100011 |
Color Harmonies of #852C59
Complementary color
Monochromatic Colors of #852C59
Black with #852C59
Text Example
Text Example
White with #852C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C59; }
p { color: rgb(133,44,89); }
H1.HeaderClassName
{
color: #852C59;
}
.AnyTagClassName
{
color: #852C59;
}
</style>
background-color css
<style>
a { background-color: #852C59; }
a { background-color: rgb(133,44,89); }
div.DivClassName
{
background-color: #852C59;
}
.BgClassName
{
background-color: #852C59;
}
</style>
border-color css
<style>
span { border-color: #852C59; }
span { border-color: rgb(133,44,89); }
td.TdClassName
{
border-color: #852C59;
}
.TagClassName
{
border-color: #852C59;
}
</style>