Shades of Rose Bud Cherry #85355D
Tints of Rose Bud Cherry #85355D
RGB
CMYK
RGB Variations
Color information
#85355D (or 0x85355D) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 5D. RGB value is (133,53,93). Sum of RGB (Red+Green+Blue) = 133+53+93=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85355D is #7ACAA2. Grayscale: #515151. Windows color (decimal): -8047267 or 6108549. OLE color: 6108549.
HSL color Cylindrical-coordinate representation of color #85355D: hue angle of 330º 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 #85355D is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 93 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.48 |
| HSL | 330º | 0.43% | 0.36% | - |
| HSV(B) | 330º | 0.6% | 0.52% | - |
| XYZ | 12.92 | 8.32 | 11.28 | - |
| YUV | 81.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 93 | 0 | 0.60 | 0.30 | 0.48 | 330 | 0.43 | 0.36 |
| Hex | 85 | 35 | 5D | 0 | 3C | 1E | 30 | 14A | 2B | 24 |
| Octal | 205 | 65 | 135 | 0 | 74 | 36 | 60 | 512 | 53 | 44 |
| Binary | 10000101 | 110101 | 1011101 | 0 | 111100 | 11110 | 110000 | 101001010 | 101011 | 100100 |
Color Harmonies of #85355D
Complementary color
Monochromatic Colors of #85355D
Black with #85355D
Text Example
Text Example
White with #85355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85355D; }
p { color: rgb(133,53,93); }
H1.HeaderClassName
{
color: #85355D;
}
.AnyTagClassName
{
color: #85355D;
}
</style>
background-color css
<style>
a { background-color: #85355D; }
a { background-color: rgb(133,53,93); }
div.DivClassName
{
background-color: #85355D;
}
.BgClassName
{
background-color: #85355D;
}
</style>
border-color css
<style>
span { border-color: #85355D; }
span { border-color: rgb(133,53,93); }
td.TdClassName
{
border-color: #85355D;
}
.TagClassName
{
border-color: #85355D;
}
</style>