Shades of Rose Bud Cherry #85345B
Tints of Rose Bud Cherry #85345B
RGB
CMYK
RGB Variations
Color information
#85345B (or 0x85345B) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 5B. RGB value is (133,52,91). Sum of RGB (Red+Green+Blue) = 133+52+91=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85345B is #7ACBA4. Grayscale: #505050. Windows color (decimal): -8047525 or 5977221. OLE color: 5977221.
HSL color Cylindrical-coordinate representation of color #85345B: hue angle of 331.11º 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 #85345B is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 91 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.48 |
| HSL | 331.11º | 0.44% | 0.36% | - |
| HSV(B) | 331.11º | 0.61% | 0.52% | - |
| XYZ | 12.79 | 8.2 | 10.81 | - |
| YUV | 80.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 91 | 0 | 0.61 | 0.32 | 0.48 | 331.11 | 0.44 | 0.36 |
| Hex | 85 | 34 | 5B | 0 | 3D | 20 | 30 | 14B | 2C | 24 |
| Octal | 205 | 64 | 133 | 0 | 75 | 40 | 60 | 513 | 54 | 44 |
| Binary | 10000101 | 110100 | 1011011 | 0 | 111101 | 100000 | 110000 | 101001011 | 101100 | 100100 |
Color Harmonies of #85345B
Complementary color
Monochromatic Colors of #85345B
Black with #85345B
Text Example
Text Example
White with #85345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85345B; }
p { color: rgb(133,52,91); }
H1.HeaderClassName
{
color: #85345B;
}
.AnyTagClassName
{
color: #85345B;
}
</style>
background-color css
<style>
a { background-color: #85345B; }
a { background-color: rgb(133,52,91); }
div.DivClassName
{
background-color: #85345B;
}
.BgClassName
{
background-color: #85345B;
}
</style>
border-color css
<style>
span { border-color: #85345B; }
span { border-color: rgb(133,52,91); }
td.TdClassName
{
border-color: #85345B;
}
.TagClassName
{
border-color: #85345B;
}
</style>