Shades of Rose Bud Cherry #852C62
Tints of Rose Bud Cherry #852C62
RGB
CMYK
RGB Variations
Color information
#852C62 (or 0x852C62) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 62. RGB value is (133,44,98). Sum of RGB (Red+Green+Blue) = 133+44+98=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #852C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C62 is #7AD39D. Grayscale: #4C4C4C. Windows color (decimal): -8049566 or 6433925. OLE color: 6433925.
HSL color Cylindrical-coordinate representation of color #852C62: hue angle of 323.6º 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 #852C62 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 98 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.48 |
| HSL | 323.6º | 0.5% | 0.35% | - |
| HSV(B) | 323.6º | 0.67% | 0.52% | - |
| XYZ | 12.78 | 7.67 | 12.36 | - |
| YUV | 76.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 98 | 0 | 0.67 | 0.26 | 0.48 | 323.6 | 0.5 | 0.35 |
| Hex | 85 | 2C | 62 | 0 | 43 | 1A | 30 | 144 | 32 | 23 |
| Octal | 205 | 54 | 142 | 0 | 103 | 32 | 60 | 504 | 62 | 43 |
| Binary | 10000101 | 101100 | 1100010 | 0 | 1000011 | 11010 | 110000 | 101000100 | 110010 | 100011 |
Color Harmonies of #852C62
Complementary color
Monochromatic Colors of #852C62
Black with #852C62
Text Example
Text Example
White with #852C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C62; }
p { color: rgb(133,44,98); }
H1.HeaderClassName
{
color: #852C62;
}
.AnyTagClassName
{
color: #852C62;
}
</style>
background-color css
<style>
a { background-color: #852C62; }
a { background-color: rgb(133,44,98); }
div.DivClassName
{
background-color: #852C62;
}
.BgClassName
{
background-color: #852C62;
}
</style>
border-color css
<style>
span { border-color: #852C62; }
span { border-color: rgb(133,44,98); }
td.TdClassName
{
border-color: #852C62;
}
.TagClassName
{
border-color: #852C62;
}
</style>