Shades of Rose Bud Cherry #85345C
Tints of Rose Bud Cherry #85345C
RGB
CMYK
RGB Variations
Color information
#85345C (or 0x85345C) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 5C. RGB value is (133,52,92). Sum of RGB (Red+Green+Blue) = 133+52+92=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85345C is #7ACBA3. Grayscale: #505050. Windows color (decimal): -8047524 or 6042757. OLE color: 6042757.
HSL color Cylindrical-coordinate representation of color #85345C: hue angle of 330.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85345C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 92 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.48 |
| HSL | 330.37º | 0.44% | 0.36% | - |
| HSV(B) | 330.37º | 0.61% | 0.52% | - |
| XYZ | 12.83 | 8.22 | 11.03 | - |
| YUV | 80.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 92 | 0 | 0.61 | 0.31 | 0.48 | 330.37 | 0.44 | 0.36 |
| Hex | 85 | 34 | 5C | 0 | 3D | 1F | 30 | 14A | 2C | 24 |
| Octal | 205 | 64 | 134 | 0 | 75 | 37 | 60 | 512 | 54 | 44 |
| Binary | 10000101 | 110100 | 1011100 | 0 | 111101 | 11111 | 110000 | 101001010 | 101100 | 100100 |
Color Harmonies of #85345C
Complementary color
Monochromatic Colors of #85345C
Black with #85345C
Text Example
Text Example
White with #85345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85345C; }
p { color: rgb(133,52,92); }
H1.HeaderClassName
{
color: #85345C;
}
.AnyTagClassName
{
color: #85345C;
}
</style>
background-color css
<style>
a { background-color: #85345C; }
a { background-color: rgb(133,52,92); }
div.DivClassName
{
background-color: #85345C;
}
.BgClassName
{
background-color: #85345C;
}
</style>
border-color css
<style>
span { border-color: #85345C; }
span { border-color: rgb(133,52,92); }
td.TdClassName
{
border-color: #85345C;
}
.TagClassName
{
border-color: #85345C;
}
</style>