Shades of Rose Bud Cherry #853B5D
Tints of Rose Bud Cherry #853B5D
RGB
CMYK
RGB Variations
Color information
#853B5D (or 0x853B5D) is known color: Rose Bud Cherry. HEX triplet: 85, 3B and 5D. RGB value is (133,59,93). Sum of RGB (Red+Green+Blue) = 133+59+93=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B5D is #7AC4A2. Grayscale: #545454. Windows color (decimal): -8045731 or 6110085. OLE color: 6110085.
HSL color Cylindrical-coordinate representation of color #853B5D: hue angle of 332.43º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B5D is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 93 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.48 |
| HSL | 332.43º | 0.39% | 0.38% | - |
| HSV(B) | 332.43º | 0.56% | 0.52% | - |
| XYZ | 13.21 | 8.9 | 11.38 | - |
| YUV | 85 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 93 | 0 | 0.56 | 0.30 | 0.48 | 332.43 | 0.39 | 0.38 |
| Hex | 85 | 3B | 5D | 0 | 38 | 1E | 30 | 14C | 27 | 26 |
| Octal | 205 | 73 | 135 | 0 | 70 | 36 | 60 | 514 | 47 | 46 |
| Binary | 10000101 | 111011 | 1011101 | 0 | 111000 | 11110 | 110000 | 101001100 | 100111 | 100110 |
Color Harmonies of #853B5D
Complementary color
Monochromatic Colors of #853B5D
Black with #853B5D
Text Example
Text Example
White with #853B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B5D; }
p { color: rgb(133,59,93); }
H1.HeaderClassName
{
color: #853B5D;
}
.AnyTagClassName
{
color: #853B5D;
}
</style>
background-color css
<style>
a { background-color: #853B5D; }
a { background-color: rgb(133,59,93); }
div.DivClassName
{
background-color: #853B5D;
}
.BgClassName
{
background-color: #853B5D;
}
</style>
border-color css
<style>
span { border-color: #853B5D; }
span { border-color: rgb(133,59,93); }
td.TdClassName
{
border-color: #853B5D;
}
.TagClassName
{
border-color: #853B5D;
}
</style>