Shades of Rose Bud Cherry #85225D
Tints of Rose Bud Cherry #85225D
RGB
CMYK
RGB Variations
Color information
#85225D (or 0x85225D) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 5D. RGB value is (133,34,93). Sum of RGB (Red+Green+Blue) = 133+34+93=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85225D is #7ADDA2. Grayscale: #464646. Windows color (decimal): -8052131 or 6103685. OLE color: 6103685.
HSL color Cylindrical-coordinate representation of color #85225D: hue angle of 324.24º 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 #85225D is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 93 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.48 |
| HSL | 324.24º | 0.59% | 0.33% | - |
| HSV(B) | 324.24º | 0.74% | 0.52% | - |
| XYZ | 12.22 | 6.92 | 11.05 | - |
| YUV | 70.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 93 | 0 | 0.74 | 0.30 | 0.48 | 324.24 | 0.59 | 0.33 |
| Hex | 85 | 22 | 5D | 0 | 4A | 1E | 30 | 144 | 3B | 21 |
| Octal | 205 | 42 | 135 | 0 | 112 | 36 | 60 | 504 | 73 | 41 |
| Binary | 10000101 | 100010 | 1011101 | 0 | 1001010 | 11110 | 110000 | 101000100 | 111011 | 100001 |
Color Harmonies of #85225D
Complementary color
Monochromatic Colors of #85225D
Black with #85225D
Text Example
Text Example
White with #85225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85225D; }
p { color: rgb(133,34,93); }
H1.HeaderClassName
{
color: #85225D;
}
.AnyTagClassName
{
color: #85225D;
}
</style>
background-color css
<style>
a { background-color: #85225D; }
a { background-color: rgb(133,34,93); }
div.DivClassName
{
background-color: #85225D;
}
.BgClassName
{
background-color: #85225D;
}
</style>
border-color css
<style>
span { border-color: #85225D; }
span { border-color: rgb(133,34,93); }
td.TdClassName
{
border-color: #85225D;
}
.TagClassName
{
border-color: #85225D;
}
</style>