Shades of Rose Bud Cherry #85325A
Tints of Rose Bud Cherry #85325A
RGB
CMYK
RGB Variations
Color information
#85325A (or 0x85325A) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 5A. RGB value is (133,50,90). Sum of RGB (Red+Green+Blue) = 133+50+90=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85325A is #7ACDA5. Grayscale: #4F4F4F. Windows color (decimal): -8048038 or 5911173. OLE color: 5911173.
HSL color Cylindrical-coordinate representation of color #85325A: hue angle of 331.08º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85325A is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 90 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.48 |
| HSL | 331.08º | 0.45% | 0.36% | - |
| HSV(B) | 331.08º | 0.62% | 0.52% | - |
| XYZ | 12.66 | 8.01 | 10.55 | - |
| YUV | 79.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 90 | 0 | 0.62 | 0.32 | 0.48 | 331.08 | 0.45 | 0.36 |
| Hex | 85 | 32 | 5A | 0 | 3E | 20 | 30 | 14B | 2D | 24 |
| Octal | 205 | 62 | 132 | 0 | 76 | 40 | 60 | 513 | 55 | 44 |
| Binary | 10000101 | 110010 | 1011010 | 0 | 111110 | 100000 | 110000 | 101001011 | 101101 | 100100 |
Color Harmonies of #85325A
Complementary color
Monochromatic Colors of #85325A
Black with #85325A
Text Example
Text Example
White with #85325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85325A; }
p { color: rgb(133,50,90); }
H1.HeaderClassName
{
color: #85325A;
}
.AnyTagClassName
{
color: #85325A;
}
</style>
background-color css
<style>
a { background-color: #85325A; }
a { background-color: rgb(133,50,90); }
div.DivClassName
{
background-color: #85325A;
}
.BgClassName
{
background-color: #85325A;
}
</style>
border-color css
<style>
span { border-color: #85325A; }
span { border-color: rgb(133,50,90); }
td.TdClassName
{
border-color: #85325A;
}
.TagClassName
{
border-color: #85325A;
}
</style>