Shades of Rose Bud Cherry #85215C
Tints of Rose Bud Cherry #85215C
RGB
CMYK
RGB Variations
Color information
#85215C (or 0x85215C) is known color: Rose Bud Cherry. HEX triplet: 85, 21 and 5C. RGB value is (133,33,92). Sum of RGB (Red+Green+Blue) = 133+33+92=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85215C is #7ADEA3. Grayscale: #454545. Windows color (decimal): -8052388 or 6037893. OLE color: 6037893.
HSL color Cylindrical-coordinate representation of color #85215C: hue angle of 324.6º 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 #85215C is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 92 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.48 |
| HSL | 324.6º | 0.6% | 0.33% | - |
| HSV(B) | 324.6º | 0.75% | 0.52% | - |
| XYZ | 12.15 | 6.85 | 10.81 | - |
| YUV | 69.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 92 | 0 | 0.75 | 0.31 | 0.48 | 324.6 | 0.6 | 0.33 |
| Hex | 85 | 21 | 5C | 0 | 4B | 1F | 30 | 145 | 3C | 21 |
| Octal | 205 | 41 | 134 | 0 | 113 | 37 | 60 | 505 | 74 | 41 |
| Binary | 10000101 | 100001 | 1011100 | 0 | 1001011 | 11111 | 110000 | 101000101 | 111100 | 100001 |
Color Harmonies of #85215C
Complementary color
Monochromatic Colors of #85215C
Black with #85215C
Text Example
Text Example
White with #85215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85215C; }
p { color: rgb(133,33,92); }
H1.HeaderClassName
{
color: #85215C;
}
.AnyTagClassName
{
color: #85215C;
}
</style>
background-color css
<style>
a { background-color: #85215C; }
a { background-color: rgb(133,33,92); }
div.DivClassName
{
background-color: #85215C;
}
.BgClassName
{
background-color: #85215C;
}
</style>
border-color css
<style>
span { border-color: #85215C; }
span { border-color: rgb(133,33,92); }
td.TdClassName
{
border-color: #85215C;
}
.TagClassName
{
border-color: #85215C;
}
</style>