Shades of Rose Bud Cherry #85295C
Tints of Rose Bud Cherry #85295C
RGB
CMYK
RGB Variations
Color information
#85295C (or 0x85295C) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 5C. RGB value is (133,41,92). Sum of RGB (Red+Green+Blue) = 133+41+92=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85295C is #7AD6A3. Grayscale: #4A4A4A. Windows color (decimal): -8050340 or 6039941. OLE color: 6039941.
HSL color Cylindrical-coordinate representation of color #85295C: hue angle of 326.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85295C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 92 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.48 |
| HSL | 326.74º | 0.53% | 0.34% | - |
| HSV(B) | 326.74º | 0.69% | 0.52% | - |
| XYZ | 12.4 | 7.35 | 10.89 | - |
| YUV | 74.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 92 | 0 | 0.69 | 0.31 | 0.48 | 326.74 | 0.53 | 0.34 |
| Hex | 85 | 29 | 5C | 0 | 45 | 1F | 30 | 147 | 35 | 22 |
| Octal | 205 | 51 | 134 | 0 | 105 | 37 | 60 | 507 | 65 | 42 |
| Binary | 10000101 | 101001 | 1011100 | 0 | 1000101 | 11111 | 110000 | 101000111 | 110101 | 100010 |
Color Harmonies of #85295C
Complementary color
Monochromatic Colors of #85295C
Black with #85295C
Text Example
Text Example
White with #85295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85295C; }
p { color: rgb(133,41,92); }
H1.HeaderClassName
{
color: #85295C;
}
.AnyTagClassName
{
color: #85295C;
}
</style>
background-color css
<style>
a { background-color: #85295C; }
a { background-color: rgb(133,41,92); }
div.DivClassName
{
background-color: #85295C;
}
.BgClassName
{
background-color: #85295C;
}
</style>
border-color css
<style>
span { border-color: #85295C; }
span { border-color: rgb(133,41,92); }
td.TdClassName
{
border-color: #85295C;
}
.TagClassName
{
border-color: #85295C;
}
</style>