Shades of Rose Bud Cherry #85305C
Tints of Rose Bud Cherry #85305C
RGB
CMYK
RGB Variations
Color information
#85305C (or 0x85305C) is known color: Rose Bud Cherry. HEX triplet: 85, 30 and 5C. RGB value is (133,48,92). Sum of RGB (Red+Green+Blue) = 133+48+92=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85305C is #7ACFA3. Grayscale: #4E4E4E. Windows color (decimal): -8048548 or 6041733. OLE color: 6041733.
HSL color Cylindrical-coordinate representation of color #85305C: hue angle of 328.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85305C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 92 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.48 |
| HSL | 328.94º | 0.47% | 0.35% | - |
| HSV(B) | 328.94º | 0.64% | 0.52% | - |
| XYZ | 12.66 | 7.87 | 10.98 | - |
| YUV | 78.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 92 | 0 | 0.64 | 0.31 | 0.48 | 328.94 | 0.47 | 0.35 |
| Hex | 85 | 30 | 5C | 0 | 40 | 1F | 30 | 149 | 2F | 23 |
| Octal | 205 | 60 | 134 | 0 | 100 | 37 | 60 | 511 | 57 | 43 |
| Binary | 10000101 | 110000 | 1011100 | 0 | 1000000 | 11111 | 110000 | 101001001 | 101111 | 100011 |
Color Harmonies of #85305C
Complementary color
Monochromatic Colors of #85305C
Black with #85305C
Text Example
Text Example
White with #85305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85305C; }
p { color: rgb(133,48,92); }
H1.HeaderClassName
{
color: #85305C;
}
.AnyTagClassName
{
color: #85305C;
}
</style>
background-color css
<style>
a { background-color: #85305C; }
a { background-color: rgb(133,48,92); }
div.DivClassName
{
background-color: #85305C;
}
.BgClassName
{
background-color: #85305C;
}
</style>
border-color css
<style>
span { border-color: #85305C; }
span { border-color: rgb(133,48,92); }
td.TdClassName
{
border-color: #85305C;
}
.TagClassName
{
border-color: #85305C;
}
</style>