Shades of Rose Bud Cherry #85295B
Tints of Rose Bud Cherry #85295B
RGB
CMYK
RGB Variations
Color information
#85295B (or 0x85295B) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 5B. RGB value is (133,41,91). Sum of RGB (Red+Green+Blue) = 133+41+91=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85295B is #7AD6A4. Grayscale: #4A4A4A. Windows color (decimal): -8050341 or 5974405. OLE color: 5974405.
HSL color Cylindrical-coordinate representation of color #85295B: hue angle of 327.39º 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 #85295B is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 91 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.48 |
| HSL | 327.39º | 0.53% | 0.34% | - |
| HSV(B) | 327.39º | 0.69% | 0.52% | - |
| XYZ | 12.35 | 7.33 | 10.66 | - |
| YUV | 74.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 91 | 0 | 0.69 | 0.32 | 0.48 | 327.39 | 0.53 | 0.34 |
| Hex | 85 | 29 | 5B | 0 | 45 | 20 | 30 | 147 | 35 | 22 |
| Octal | 205 | 51 | 133 | 0 | 105 | 40 | 60 | 507 | 65 | 42 |
| Binary | 10000101 | 101001 | 1011011 | 0 | 1000101 | 100000 | 110000 | 101000111 | 110101 | 100010 |
Color Harmonies of #85295B
Complementary color
Monochromatic Colors of #85295B
Black with #85295B
Text Example
Text Example
White with #85295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85295B; }
p { color: rgb(133,41,91); }
H1.HeaderClassName
{
color: #85295B;
}
.AnyTagClassName
{
color: #85295B;
}
</style>
background-color css
<style>
a { background-color: #85295B; }
a { background-color: rgb(133,41,91); }
div.DivClassName
{
background-color: #85295B;
}
.BgClassName
{
background-color: #85295B;
}
</style>
border-color css
<style>
span { border-color: #85295B; }
span { border-color: rgb(133,41,91); }
td.TdClassName
{
border-color: #85295B;
}
.TagClassName
{
border-color: #85295B;
}
</style>