Shades of Rose Bud Cherry #85285C
Tints of Rose Bud Cherry #85285C
RGB
CMYK
RGB Variations
Color information
#85285C (or 0x85285C) is known color: Rose Bud Cherry. HEX triplet: 85, 28 and 5C. RGB value is (133,40,92). Sum of RGB (Red+Green+Blue) = 133+40+92=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85285C is #7AD7A3. Grayscale: #494949. Windows color (decimal): -8050596 or 6039685. OLE color: 6039685.
HSL color Cylindrical-coordinate representation of color #85285C: hue angle of 326.45º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85285C is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 92 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.48 |
| HSL | 326.45º | 0.54% | 0.34% | - |
| HSV(B) | 326.45º | 0.7% | 0.52% | - |
| XYZ | 12.36 | 7.28 | 10.88 | - |
| YUV | 73.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 92 | 0 | 0.70 | 0.31 | 0.48 | 326.45 | 0.54 | 0.34 |
| Hex | 85 | 28 | 5C | 0 | 46 | 1F | 30 | 146 | 36 | 22 |
| Octal | 205 | 50 | 134 | 0 | 106 | 37 | 60 | 506 | 66 | 42 |
| Binary | 10000101 | 101000 | 1011100 | 0 | 1000110 | 11111 | 110000 | 101000110 | 110110 | 100010 |
Color Harmonies of #85285C
Complementary color
Monochromatic Colors of #85285C
Black with #85285C
Text Example
Text Example
White with #85285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85285C; }
p { color: rgb(133,40,92); }
H1.HeaderClassName
{
color: #85285C;
}
.AnyTagClassName
{
color: #85285C;
}
</style>
background-color css
<style>
a { background-color: #85285C; }
a { background-color: rgb(133,40,92); }
div.DivClassName
{
background-color: #85285C;
}
.BgClassName
{
background-color: #85285C;
}
</style>
border-color css
<style>
span { border-color: #85285C; }
span { border-color: rgb(133,40,92); }
td.TdClassName
{
border-color: #85285C;
}
.TagClassName
{
border-color: #85285C;
}
</style>