Shades of Rose Bud Cherry #852A5E
Tints of Rose Bud Cherry #852A5E
RGB
CMYK
RGB Variations
Color information
#852A5E (or 0x852A5E) is known color: Rose Bud Cherry. HEX triplet: 85, 2A and 5E. RGB value is (133,42,94). Sum of RGB (Red+Green+Blue) = 133+42+94=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A5E is #7AD5A1. Grayscale: #4B4B4B. Windows color (decimal): -8050082 or 6171269. OLE color: 6171269.
HSL color Cylindrical-coordinate representation of color #852A5E: hue angle of 325.71º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A5E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 94 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.48 |
| HSL | 325.71º | 0.52% | 0.34% | - |
| HSV(B) | 325.71º | 0.68% | 0.52% | - |
| XYZ | 12.52 | 7.45 | 11.37 | - |
| YUV | 75.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 94 | 0 | 0.68 | 0.29 | 0.48 | 325.71 | 0.52 | 0.34 |
| Hex | 85 | 2A | 5E | 0 | 44 | 1D | 30 | 146 | 34 | 22 |
| Octal | 205 | 52 | 136 | 0 | 104 | 35 | 60 | 506 | 64 | 42 |
| Binary | 10000101 | 101010 | 1011110 | 0 | 1000100 | 11101 | 110000 | 101000110 | 110100 | 100010 |
Color Harmonies of #852A5E
Complementary color
Monochromatic Colors of #852A5E
Black with #852A5E
Text Example
Text Example
White with #852A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A5E; }
p { color: rgb(133,42,94); }
H1.HeaderClassName
{
color: #852A5E;
}
.AnyTagClassName
{
color: #852A5E;
}
</style>
background-color css
<style>
a { background-color: #852A5E; }
a { background-color: rgb(133,42,94); }
div.DivClassName
{
background-color: #852A5E;
}
.BgClassName
{
background-color: #852A5E;
}
</style>
border-color css
<style>
span { border-color: #852A5E; }
span { border-color: rgb(133,42,94); }
td.TdClassName
{
border-color: #852A5E;
}
.TagClassName
{
border-color: #852A5E;
}
</style>