Shades of Rose Bud Cherry #85154D
Tints of Rose Bud Cherry #85154D
RGB
CMYK
RGB Variations
Color information
#85154D (or 0x85154D) is known color: Rose Bud Cherry. HEX triplet: 85, 15 and 4D. RGB value is (133,21,77). Sum of RGB (Red+Green+Blue) = 133+21+77=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85154D is #7AEAB2. Grayscale: #3C3C3C. Windows color (decimal): -8055475 or 5051781. OLE color: 5051781.
HSL color Cylindrical-coordinate representation of color #85154D: hue angle of 330º 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 #85154D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 77 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.48 |
| HSL | 330º | 0.73% | 0.3% | - |
| HSV(B) | 330º | 0.84% | 0.52% | - |
| XYZ | 11.28 | 6.06 | 7.6 | - |
| YUV | 60.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 77 | 0 | 0.84 | 0.42 | 0.48 | 330 | 0.73 | 0.3 |
| Hex | 85 | 15 | 4D | 0 | 54 | 2A | 30 | 14A | 49 | 1E |
| Octal | 205 | 25 | 115 | 0 | 124 | 52 | 60 | 512 | 111 | 36 |
| Binary | 10000101 | 10101 | 1001101 | 0 | 1010100 | 101010 | 110000 | 101001010 | 1001001 | 11110 |
Color Harmonies of #85154D
Complementary color
Monochromatic Colors of #85154D
Black with #85154D
Text Example
Text Example
White with #85154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85154D; }
p { color: rgb(133,21,77); }
H1.HeaderClassName
{
color: #85154D;
}
.AnyTagClassName
{
color: #85154D;
}
</style>
background-color css
<style>
a { background-color: #85154D; }
a { background-color: rgb(133,21,77); }
div.DivClassName
{
background-color: #85154D;
}
.BgClassName
{
background-color: #85154D;
}
</style>
border-color css
<style>
span { border-color: #85154D; }
span { border-color: rgb(133,21,77); }
td.TdClassName
{
border-color: #85154D;
}
.TagClassName
{
border-color: #85154D;
}
</style>