Shades of Rose Bud Cherry #85224F
Tints of Rose Bud Cherry #85224F
RGB
CMYK
RGB Variations
Color information
#85224F (or 0x85224F) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 4F. RGB value is (133,34,79). Sum of RGB (Red+Green+Blue) = 133+34+79=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85224F is #7ADDB0. Grayscale: #444444. Windows color (decimal): -8052145 or 5186181. OLE color: 5186181.
HSL color Cylindrical-coordinate representation of color #85224F: hue angle of 332.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85224F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 79 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.48 |
| HSL | 332.73º | 0.59% | 0.33% | - |
| HSV(B) | 332.73º | 0.74% | 0.52% | - |
| XYZ | 11.66 | 6.7 | 8.08 | - |
| YUV | 68.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 79 | 0 | 0.74 | 0.41 | 0.48 | 332.73 | 0.59 | 0.33 |
| Hex | 85 | 22 | 4F | 0 | 4A | 29 | 30 | 14D | 3B | 21 |
| Octal | 205 | 42 | 117 | 0 | 112 | 51 | 60 | 515 | 73 | 41 |
| Binary | 10000101 | 100010 | 1001111 | 0 | 1001010 | 101001 | 110000 | 101001101 | 111011 | 100001 |
Color Harmonies of #85224F
Complementary color
Monochromatic Colors of #85224F
Black with #85224F
Text Example
Text Example
White with #85224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85224F; }
p { color: rgb(133,34,79); }
H1.HeaderClassName
{
color: #85224F;
}
.AnyTagClassName
{
color: #85224F;
}
</style>
background-color css
<style>
a { background-color: #85224F; }
a { background-color: rgb(133,34,79); }
div.DivClassName
{
background-color: #85224F;
}
.BgClassName
{
background-color: #85224F;
}
</style>
border-color css
<style>
span { border-color: #85224F; }
span { border-color: rgb(133,34,79); }
td.TdClassName
{
border-color: #85224F;
}
.TagClassName
{
border-color: #85224F;
}
</style>