Shades of Rose Bud Cherry #85355E
Tints of Rose Bud Cherry #85355E
RGB
CMYK
RGB Variations
Color information
#85355E (or 0x85355E) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 5E. RGB value is (133,53,94). Sum of RGB (Red+Green+Blue) = 133+53+94=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85355E is #7ACAA1. Grayscale: #515151. Windows color (decimal): -8047266 or 6174085. OLE color: 6174085.
HSL color Cylindrical-coordinate representation of color #85355E: hue angle of 329.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85355E is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 94 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.48 |
| HSL | 329.25º | 0.43% | 0.36% | - |
| HSV(B) | 329.25º | 0.6% | 0.52% | - |
| XYZ | 12.97 | 8.34 | 11.52 | - |
| YUV | 81.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 94 | 0 | 0.60 | 0.29 | 0.48 | 329.25 | 0.43 | 0.36 |
| Hex | 85 | 35 | 5E | 0 | 3C | 1D | 30 | 149 | 2B | 24 |
| Octal | 205 | 65 | 136 | 0 | 74 | 35 | 60 | 511 | 53 | 44 |
| Binary | 10000101 | 110101 | 1011110 | 0 | 111100 | 11101 | 110000 | 101001001 | 101011 | 100100 |
Color Harmonies of #85355E
Complementary color
Monochromatic Colors of #85355E
Black with #85355E
Text Example
Text Example
White with #85355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85355E; }
p { color: rgb(133,53,94); }
H1.HeaderClassName
{
color: #85355E;
}
.AnyTagClassName
{
color: #85355E;
}
</style>
background-color css
<style>
a { background-color: #85355E; }
a { background-color: rgb(133,53,94); }
div.DivClassName
{
background-color: #85355E;
}
.BgClassName
{
background-color: #85355E;
}
</style>
border-color css
<style>
span { border-color: #85355E; }
span { border-color: rgb(133,53,94); }
td.TdClassName
{
border-color: #85355E;
}
.TagClassName
{
border-color: #85355E;
}
</style>