Shades of Rose Bud Cherry #852C55
Tints of Rose Bud Cherry #852C55
RGB
CMYK
RGB Variations
Color information
#852C55 (or 0x852C55) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 55. RGB value is (133,44,85). Sum of RGB (Red+Green+Blue) = 133+44+85=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #852C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C55 is #7AD3AA. Grayscale: #4B4B4B. Windows color (decimal): -8049579 or 5581957. OLE color: 5581957.
HSL color Cylindrical-coordinate representation of color #852C55: hue angle of 332.36º 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 #852C55 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 85 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.48 |
| HSL | 332.36º | 0.5% | 0.35% | - |
| HSV(B) | 332.36º | 0.67% | 0.52% | - |
| XYZ | 12.21 | 7.44 | 9.39 | - |
| YUV | 75.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 85 | 0 | 0.67 | 0.36 | 0.48 | 332.36 | 0.5 | 0.35 |
| Hex | 85 | 2C | 55 | 0 | 43 | 24 | 30 | 14C | 32 | 23 |
| Octal | 205 | 54 | 125 | 0 | 103 | 44 | 60 | 514 | 62 | 43 |
| Binary | 10000101 | 101100 | 1010101 | 0 | 1000011 | 100100 | 110000 | 101001100 | 110010 | 100011 |
Color Harmonies of #852C55
Complementary color
Monochromatic Colors of #852C55
Black with #852C55
Text Example
Text Example
White with #852C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C55; }
p { color: rgb(133,44,85); }
H1.HeaderClassName
{
color: #852C55;
}
.AnyTagClassName
{
color: #852C55;
}
</style>
background-color css
<style>
a { background-color: #852C55; }
a { background-color: rgb(133,44,85); }
div.DivClassName
{
background-color: #852C55;
}
.BgClassName
{
background-color: #852C55;
}
</style>
border-color css
<style>
span { border-color: #852C55; }
span { border-color: rgb(133,44,85); }
td.TdClassName
{
border-color: #852C55;
}
.TagClassName
{
border-color: #852C55;
}
</style>