Shades of Rose Bud Cherry #852D54
Tints of Rose Bud Cherry #852D54
RGB
CMYK
RGB Variations
Color information
#852D54 (or 0x852D54) is known color: Rose Bud Cherry. HEX triplet: 85, 2D and 54. RGB value is (133,45,84). Sum of RGB (Red+Green+Blue) = 133+45+84=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #852D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D54 is #7AD2AB. Grayscale: #4B4B4B. Windows color (decimal): -8049324 or 5516677. OLE color: 5516677.
HSL color Cylindrical-coordinate representation of color #852D54: hue angle of 333.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D54 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 84 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.48 |
| HSL | 333.41º | 0.49% | 0.35% | - |
| HSV(B) | 333.41º | 0.66% | 0.52% | - |
| XYZ | 12.21 | 7.5 | 9.19 | - |
| YUV | 75.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 84 | 0 | 0.66 | 0.37 | 0.48 | 333.41 | 0.49 | 0.35 |
| Hex | 85 | 2D | 54 | 0 | 42 | 25 | 30 | 14D | 31 | 23 |
| Octal | 205 | 55 | 124 | 0 | 102 | 45 | 60 | 515 | 61 | 43 |
| Binary | 10000101 | 101101 | 1010100 | 0 | 1000010 | 100101 | 110000 | 101001101 | 110001 | 100011 |
Color Harmonies of #852D54
Complementary color
Monochromatic Colors of #852D54
Black with #852D54
Text Example
Text Example
White with #852D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D54; }
p { color: rgb(133,45,84); }
H1.HeaderClassName
{
color: #852D54;
}
.AnyTagClassName
{
color: #852D54;
}
</style>
background-color css
<style>
a { background-color: #852D54; }
a { background-color: rgb(133,45,84); }
div.DivClassName
{
background-color: #852D54;
}
.BgClassName
{
background-color: #852D54;
}
</style>
border-color css
<style>
span { border-color: #852D54; }
span { border-color: rgb(133,45,84); }
td.TdClassName
{
border-color: #852D54;
}
.TagClassName
{
border-color: #852D54;
}
</style>