Shades of Rose Bud Cherry #85154E
Tints of Rose Bud Cherry #85154E
RGB
CMYK
RGB Variations
Color information
#85154E (or 0x85154E) is known color: Rose Bud Cherry. HEX triplet: 85, 15 and 4E. RGB value is (133,21,78). Sum of RGB (Red+Green+Blue) = 133+21+78=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85154E is #7AEAB1. Grayscale: #3C3C3C. Windows color (decimal): -8055474 or 5117317. OLE color: 5117317.
HSL color Cylindrical-coordinate representation of color #85154E: hue angle of 329.46º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85154E is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 78 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.48 |
| HSL | 329.46º | 0.73% | 0.3% | - |
| HSV(B) | 329.46º | 0.84% | 0.52% | - |
| XYZ | 11.32 | 6.07 | 7.78 | - |
| YUV | 60.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 78 | 0 | 0.84 | 0.41 | 0.48 | 329.46 | 0.73 | 0.3 |
| Hex | 85 | 15 | 4E | 0 | 54 | 29 | 30 | 149 | 49 | 1E |
| Octal | 205 | 25 | 116 | 0 | 124 | 51 | 60 | 511 | 111 | 36 |
| Binary | 10000101 | 10101 | 1001110 | 0 | 1010100 | 101001 | 110000 | 101001001 | 1001001 | 11110 |
Color Harmonies of #85154E
Complementary color
Monochromatic Colors of #85154E
Black with #85154E
Text Example
Text Example
White with #85154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85154E; }
p { color: rgb(133,21,78); }
H1.HeaderClassName
{
color: #85154E;
}
.AnyTagClassName
{
color: #85154E;
}
</style>
background-color css
<style>
a { background-color: #85154E; }
a { background-color: rgb(133,21,78); }
div.DivClassName
{
background-color: #85154E;
}
.BgClassName
{
background-color: #85154E;
}
</style>
border-color css
<style>
span { border-color: #85154E; }
span { border-color: rgb(133,21,78); }
td.TdClassName
{
border-color: #85154E;
}
.TagClassName
{
border-color: #85154E;
}
</style>