Shades of Rose Bud Cherry #85205E
Tints of Rose Bud Cherry #85205E
RGB
CMYK
RGB Variations
Color information
#85205E (or 0x85205E) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 5E. RGB value is (133,32,94). Sum of RGB (Red+Green+Blue) = 133+32+94=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85205E is #7ADFA1. Grayscale: #454545. Windows color (decimal): -8052642 or 6168709. OLE color: 6168709.
HSL color Cylindrical-coordinate representation of color #85205E: hue angle of 323.17º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85205E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 94 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.48 |
| HSL | 323.17º | 0.61% | 0.32% | - |
| HSV(B) | 323.17º | 0.76% | 0.52% | - |
| XYZ | 12.21 | 6.83 | 11.26 | - |
| YUV | 69.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 94 | 0 | 0.76 | 0.29 | 0.48 | 323.17 | 0.61 | 0.32 |
| Hex | 85 | 20 | 5E | 0 | 4C | 1D | 30 | 143 | 3D | 20 |
| Octal | 205 | 40 | 136 | 0 | 114 | 35 | 60 | 503 | 75 | 40 |
| Binary | 10000101 | 100000 | 1011110 | 0 | 1001100 | 11101 | 110000 | 101000011 | 111101 | 100000 |
Color Harmonies of #85205E
Complementary color
Monochromatic Colors of #85205E
Black with #85205E
Text Example
Text Example
White with #85205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85205E; }
p { color: rgb(133,32,94); }
H1.HeaderClassName
{
color: #85205E;
}
.AnyTagClassName
{
color: #85205E;
}
</style>
background-color css
<style>
a { background-color: #85205E; }
a { background-color: rgb(133,32,94); }
div.DivClassName
{
background-color: #85205E;
}
.BgClassName
{
background-color: #85205E;
}
</style>
border-color css
<style>
span { border-color: #85205E; }
span { border-color: rgb(133,32,94); }
td.TdClassName
{
border-color: #85205E;
}
.TagClassName
{
border-color: #85205E;
}
</style>