Shades of Rose Bud Cherry #853B5C
Tints of Rose Bud Cherry #853B5C
RGB
CMYK
RGB Variations
Color information
#853B5C (or 0x853B5C) is known color: Rose Bud Cherry. HEX triplet: 85, 3B and 5C. RGB value is (133,59,92). Sum of RGB (Red+Green+Blue) = 133+59+92=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #853B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B5C is #7AC4A3. Grayscale: #545454. Windows color (decimal): -8045732 or 6044549. OLE color: 6044549.
HSL color Cylindrical-coordinate representation of color #853B5C: hue angle of 333.24º 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 #853B5C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 92 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.48 |
| HSL | 333.24º | 0.39% | 0.38% | - |
| HSV(B) | 333.24º | 0.56% | 0.52% | - |
| XYZ | 13.17 | 8.89 | 11.15 | - |
| YUV | 84.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 92 | 0 | 0.56 | 0.31 | 0.48 | 333.24 | 0.39 | 0.38 |
| Hex | 85 | 3B | 5C | 0 | 38 | 1F | 30 | 14D | 27 | 26 |
| Octal | 205 | 73 | 134 | 0 | 70 | 37 | 60 | 515 | 47 | 46 |
| Binary | 10000101 | 111011 | 1011100 | 0 | 111000 | 11111 | 110000 | 101001101 | 100111 | 100110 |
Color Harmonies of #853B5C
Complementary color
Monochromatic Colors of #853B5C
Black with #853B5C
Text Example
Text Example
White with #853B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B5C; }
p { color: rgb(133,59,92); }
H1.HeaderClassName
{
color: #853B5C;
}
.AnyTagClassName
{
color: #853B5C;
}
</style>
background-color css
<style>
a { background-color: #853B5C; }
a { background-color: rgb(133,59,92); }
div.DivClassName
{
background-color: #853B5C;
}
.BgClassName
{
background-color: #853B5C;
}
</style>
border-color css
<style>
span { border-color: #853B5C; }
span { border-color: rgb(133,59,92); }
td.TdClassName
{
border-color: #853B5C;
}
.TagClassName
{
border-color: #853B5C;
}
</style>