Shades of Rose Bud Cherry #852C64
Tints of Rose Bud Cherry #852C64
RGB
CMYK
RGB Variations
Color information
#852C64 (or 0x852C64) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 64. RGB value is (133,44,100). Sum of RGB (Red+Green+Blue) = 133+44+100=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #852C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C64 is #7AD39B. Grayscale: #4C4C4C. Windows color (decimal): -8049564 or 6564997. OLE color: 6564997.
HSL color Cylindrical-coordinate representation of color #852C64: hue angle of 322.25º 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 #852C64 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 100 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.48 |
| HSL | 322.25º | 0.5% | 0.35% | - |
| HSV(B) | 322.25º | 0.67% | 0.52% | - |
| XYZ | 12.87 | 7.71 | 12.87 | - |
| YUV | 77 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 100 | 0 | 0.67 | 0.25 | 0.48 | 322.25 | 0.5 | 0.35 |
| Hex | 85 | 2C | 64 | 0 | 43 | 19 | 30 | 142 | 32 | 23 |
| Octal | 205 | 54 | 144 | 0 | 103 | 31 | 60 | 502 | 62 | 43 |
| Binary | 10000101 | 101100 | 1100100 | 0 | 1000011 | 11001 | 110000 | 101000010 | 110010 | 100011 |
Color Harmonies of #852C64
Complementary color
Monochromatic Colors of #852C64
Black with #852C64
Text Example
Text Example
White with #852C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C64; }
p { color: rgb(133,44,100); }
H1.HeaderClassName
{
color: #852C64;
}
.AnyTagClassName
{
color: #852C64;
}
</style>
background-color css
<style>
a { background-color: #852C64; }
a { background-color: rgb(133,44,100); }
div.DivClassName
{
background-color: #852C64;
}
.BgClassName
{
background-color: #852C64;
}
</style>
border-color css
<style>
span { border-color: #852C64; }
span { border-color: rgb(133,44,100); }
td.TdClassName
{
border-color: #852C64;
}
.TagClassName
{
border-color: #852C64;
}
</style>