Shades of Rose Bud Cherry #853D5C
Tints of Rose Bud Cherry #853D5C
RGB
CMYK
RGB Variations
Color information
#853D5C (or 0x853D5C) is known color: Rose Bud Cherry. HEX triplet: 85, 3D and 5C. RGB value is (133,61,92). Sum of RGB (Red+Green+Blue) = 133+61+92=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D5C is #7AC2A3. Grayscale: #565656. Windows color (decimal): -8045220 or 6045061. OLE color: 6045061.
HSL color Cylindrical-coordinate representation of color #853D5C: hue angle of 334.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #853D5C is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 92 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.48 |
| HSL | 334.17º | 0.37% | 0.38% | - |
| HSV(B) | 334.17º | 0.54% | 0.52% | - |
| XYZ | 13.27 | 9.1 | 11.18 | - |
| YUV | 86.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 92 | 0 | 0.54 | 0.31 | 0.48 | 334.17 | 0.37 | 0.38 |
| Hex | 85 | 3D | 5C | 0 | 36 | 1F | 30 | 14E | 25 | 26 |
| Octal | 205 | 75 | 134 | 0 | 66 | 37 | 60 | 516 | 45 | 46 |
| Binary | 10000101 | 111101 | 1011100 | 0 | 110110 | 11111 | 110000 | 101001110 | 100101 | 100110 |
Color Harmonies of #853D5C
Complementary color
Monochromatic Colors of #853D5C
Black with #853D5C
Text Example
Text Example
White with #853D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D5C; }
p { color: rgb(133,61,92); }
H1.HeaderClassName
{
color: #853D5C;
}
.AnyTagClassName
{
color: #853D5C;
}
</style>
background-color css
<style>
a { background-color: #853D5C; }
a { background-color: rgb(133,61,92); }
div.DivClassName
{
background-color: #853D5C;
}
.BgClassName
{
background-color: #853D5C;
}
</style>
border-color css
<style>
span { border-color: #853D5C; }
span { border-color: rgb(133,61,92); }
td.TdClassName
{
border-color: #853D5C;
}
.TagClassName
{
border-color: #853D5C;
}
</style>