Shades of Rose Bud Cherry #85245D
Tints of Rose Bud Cherry #85245D
RGB
CMYK
RGB Variations
Color information
#85245D (or 0x85245D) is known color: Rose Bud Cherry. HEX triplet: 85, 24 and 5D. RGB value is (133,36,93). Sum of RGB (Red+Green+Blue) = 133+36+93=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85245D is #7ADBA2. Grayscale: #474747. Windows color (decimal): -8051619 or 6104197. OLE color: 6104197.
HSL color Cylindrical-coordinate representation of color #85245D: hue angle of 324.74º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85245D is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 93 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.48 |
| HSL | 324.74º | 0.57% | 0.33% | - |
| HSV(B) | 324.74º | 0.73% | 0.52% | - |
| XYZ | 12.28 | 7.04 | 11.07 | - |
| YUV | 71.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 93 | 0 | 0.73 | 0.30 | 0.48 | 324.74 | 0.57 | 0.33 |
| Hex | 85 | 24 | 5D | 0 | 49 | 1E | 30 | 145 | 39 | 21 |
| Octal | 205 | 44 | 135 | 0 | 111 | 36 | 60 | 505 | 71 | 41 |
| Binary | 10000101 | 100100 | 1011101 | 0 | 1001001 | 11110 | 110000 | 101000101 | 111001 | 100001 |
Color Harmonies of #85245D
Complementary color
Monochromatic Colors of #85245D
Black with #85245D
Text Example
Text Example
White with #85245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85245D; }
p { color: rgb(133,36,93); }
H1.HeaderClassName
{
color: #85245D;
}
.AnyTagClassName
{
color: #85245D;
}
</style>
background-color css
<style>
a { background-color: #85245D; }
a { background-color: rgb(133,36,93); }
div.DivClassName
{
background-color: #85245D;
}
.BgClassName
{
background-color: #85245D;
}
</style>
border-color css
<style>
span { border-color: #85245D; }
span { border-color: rgb(133,36,93); }
td.TdClassName
{
border-color: #85245D;
}
.TagClassName
{
border-color: #85245D;
}
</style>