Shades of Rose Bud Cherry #85214E
Tints of Rose Bud Cherry #85214E
RGB
CMYK
RGB Variations
Color information
#85214E (or 0x85214E) is known color: Rose Bud Cherry. HEX triplet: 85, 21 and 4E. RGB value is (133,33,78). Sum of RGB (Red+Green+Blue) = 133+33+78=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85214E is #7ADEB1. Grayscale: #434343. Windows color (decimal): -8052402 or 5120389. OLE color: 5120389.
HSL color Cylindrical-coordinate representation of color #85214E: hue angle of 333º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85214E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 78 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.48 |
| HSL | 333º | 0.6% | 0.33% | - |
| HSV(B) | 333º | 0.75% | 0.52% | - |
| XYZ | 11.59 | 6.62 | 7.88 | - |
| YUV | 68.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 78 | 0 | 0.75 | 0.41 | 0.48 | 333 | 0.6 | 0.33 |
| Hex | 85 | 21 | 4E | 0 | 4B | 29 | 30 | 14D | 3C | 21 |
| Octal | 205 | 41 | 116 | 0 | 113 | 51 | 60 | 515 | 74 | 41 |
| Binary | 10000101 | 100001 | 1001110 | 0 | 1001011 | 101001 | 110000 | 101001101 | 111100 | 100001 |
Color Harmonies of #85214E
Complementary color
Monochromatic Colors of #85214E
Black with #85214E
Text Example
Text Example
White with #85214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85214E; }
p { color: rgb(133,33,78); }
H1.HeaderClassName
{
color: #85214E;
}
.AnyTagClassName
{
color: #85214E;
}
</style>
background-color css
<style>
a { background-color: #85214E; }
a { background-color: rgb(133,33,78); }
div.DivClassName
{
background-color: #85214E;
}
.BgClassName
{
background-color: #85214E;
}
</style>
border-color css
<style>
span { border-color: #85214E; }
span { border-color: rgb(133,33,78); }
td.TdClassName
{
border-color: #85214E;
}
.TagClassName
{
border-color: #85214E;
}
</style>