Shades of Rose Bud Cherry #852E5C
Tints of Rose Bud Cherry #852E5C
RGB
CMYK
RGB Variations
Color information
#852E5C (or 0x852E5C) is known color: Rose Bud Cherry. HEX triplet: 85, 2E and 5C. RGB value is (133,46,92). Sum of RGB (Red+Green+Blue) = 133+46+92=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E5C is #7AD1A3. Grayscale: #4D4D4D. Windows color (decimal): -8049060 or 6041221. OLE color: 6041221.
HSL color Cylindrical-coordinate representation of color #852E5C: hue angle of 328.28º degrees, saturation: 0.49, 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 #852E5C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 92 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.48 |
| HSL | 328.28º | 0.49% | 0.35% | - |
| HSV(B) | 328.28º | 0.65% | 0.52% | - |
| XYZ | 12.58 | 7.71 | 10.95 | - |
| YUV | 77.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 92 | 0 | 0.65 | 0.31 | 0.48 | 328.28 | 0.49 | 0.35 |
| Hex | 85 | 2E | 5C | 0 | 41 | 1F | 30 | 148 | 31 | 23 |
| Octal | 205 | 56 | 134 | 0 | 101 | 37 | 60 | 510 | 61 | 43 |
| Binary | 10000101 | 101110 | 1011100 | 0 | 1000001 | 11111 | 110000 | 101001000 | 110001 | 100011 |
Color Harmonies of #852E5C
Complementary color
Monochromatic Colors of #852E5C
Black with #852E5C
Text Example
Text Example
White with #852E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E5C; }
p { color: rgb(133,46,92); }
H1.HeaderClassName
{
color: #852E5C;
}
.AnyTagClassName
{
color: #852E5C;
}
</style>
background-color css
<style>
a { background-color: #852E5C; }
a { background-color: rgb(133,46,92); }
div.DivClassName
{
background-color: #852E5C;
}
.BgClassName
{
background-color: #852E5C;
}
</style>
border-color css
<style>
span { border-color: #852E5C; }
span { border-color: rgb(133,46,92); }
td.TdClassName
{
border-color: #852E5C;
}
.TagClassName
{
border-color: #852E5C;
}
</style>