Shades of Rose Bud Cherry #852F5B
Tints of Rose Bud Cherry #852F5B
RGB
CMYK
RGB Variations
Color information
#852F5B (or 0x852F5B) is known color: Rose Bud Cherry. HEX triplet: 85, 2F and 5B. RGB value is (133,47,91). Sum of RGB (Red+Green+Blue) = 133+47+91=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F5B is #7AD0A4. Grayscale: #4D4D4D. Windows color (decimal): -8048805 or 5975941. OLE color: 5975941.
HSL color Cylindrical-coordinate representation of color #852F5B: hue angle of 329.3º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852F5B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 91 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.48 |
| HSL | 329.3º | 0.48% | 0.35% | - |
| HSV(B) | 329.3º | 0.65% | 0.52% | - |
| XYZ | 12.58 | 7.77 | 10.74 | - |
| YUV | 77.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 91 | 0 | 0.65 | 0.32 | 0.48 | 329.3 | 0.48 | 0.35 |
| Hex | 85 | 2F | 5B | 0 | 41 | 20 | 30 | 149 | 30 | 23 |
| Octal | 205 | 57 | 133 | 0 | 101 | 40 | 60 | 511 | 60 | 43 |
| Binary | 10000101 | 101111 | 1011011 | 0 | 1000001 | 100000 | 110000 | 101001001 | 110000 | 100011 |
Color Harmonies of #852F5B
Complementary color
Monochromatic Colors of #852F5B
Black with #852F5B
Text Example
Text Example
White with #852F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F5B; }
p { color: rgb(133,47,91); }
H1.HeaderClassName
{
color: #852F5B;
}
.AnyTagClassName
{
color: #852F5B;
}
</style>
background-color css
<style>
a { background-color: #852F5B; }
a { background-color: rgb(133,47,91); }
div.DivClassName
{
background-color: #852F5B;
}
.BgClassName
{
background-color: #852F5B;
}
</style>
border-color css
<style>
span { border-color: #852F5B; }
span { border-color: rgb(133,47,91); }
td.TdClassName
{
border-color: #852F5B;
}
.TagClassName
{
border-color: #852F5B;
}
</style>