Shades of Rose Bud Cherry #85335D
Tints of Rose Bud Cherry #85335D
RGB
CMYK
RGB Variations
Color information
#85335D (or 0x85335D) is known color: Rose Bud Cherry. HEX triplet: 85, 33 and 5D. RGB value is (133,51,93). Sum of RGB (Red+Green+Blue) = 133+51+93=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85335D is #7ACCA2. Grayscale: #505050. Windows color (decimal): -8047779 or 6108037. OLE color: 6108037.
HSL color Cylindrical-coordinate representation of color #85335D: hue angle of 329.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85335D is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 93 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.48 |
| HSL | 329.27º | 0.45% | 0.36% | - |
| HSV(B) | 329.27º | 0.62% | 0.52% | - |
| XYZ | 12.83 | 8.14 | 11.25 | - |
| YUV | 80.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 93 | 0 | 0.62 | 0.30 | 0.48 | 329.27 | 0.45 | 0.36 |
| Hex | 85 | 33 | 5D | 0 | 3E | 1E | 30 | 149 | 2D | 24 |
| Octal | 205 | 63 | 135 | 0 | 76 | 36 | 60 | 511 | 55 | 44 |
| Binary | 10000101 | 110011 | 1011101 | 0 | 111110 | 11110 | 110000 | 101001001 | 101101 | 100100 |
Color Harmonies of #85335D
Complementary color
Monochromatic Colors of #85335D
Black with #85335D
Text Example
Text Example
White with #85335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85335D; }
p { color: rgb(133,51,93); }
H1.HeaderClassName
{
color: #85335D;
}
.AnyTagClassName
{
color: #85335D;
}
</style>
background-color css
<style>
a { background-color: #85335D; }
a { background-color: rgb(133,51,93); }
div.DivClassName
{
background-color: #85335D;
}
.BgClassName
{
background-color: #85335D;
}
</style>
border-color css
<style>
span { border-color: #85335D; }
span { border-color: rgb(133,51,93); }
td.TdClassName
{
border-color: #85335D;
}
.TagClassName
{
border-color: #85335D;
}
</style>