Shades of Rose Bud Cherry #85325D
Tints of Rose Bud Cherry #85325D
RGB
CMYK
RGB Variations
Color information
#85325D (or 0x85325D) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 5D. RGB value is (133,50,93). Sum of RGB (Red+Green+Blue) = 133+50+93=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85325D is #7ACDA2. Grayscale: #4F4F4F. Windows color (decimal): -8048035 or 6107781. OLE color: 6107781.
HSL color Cylindrical-coordinate representation of color #85325D: hue angle of 328.92º 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 #85325D is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 93 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.48 |
| HSL | 328.92º | 0.45% | 0.36% | - |
| HSV(B) | 328.92º | 0.62% | 0.52% | - |
| XYZ | 12.79 | 8.06 | 11.24 | - |
| YUV | 79.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 93 | 0 | 0.62 | 0.30 | 0.48 | 328.92 | 0.45 | 0.36 |
| Hex | 85 | 32 | 5D | 0 | 3E | 1E | 30 | 149 | 2D | 24 |
| Octal | 205 | 62 | 135 | 0 | 76 | 36 | 60 | 511 | 55 | 44 |
| Binary | 10000101 | 110010 | 1011101 | 0 | 111110 | 11110 | 110000 | 101001001 | 101101 | 100100 |
Color Harmonies of #85325D
Complementary color
Monochromatic Colors of #85325D
Black with #85325D
Text Example
Text Example
White with #85325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85325D; }
p { color: rgb(133,50,93); }
H1.HeaderClassName
{
color: #85325D;
}
.AnyTagClassName
{
color: #85325D;
}
</style>
background-color css
<style>
a { background-color: #85325D; }
a { background-color: rgb(133,50,93); }
div.DivClassName
{
background-color: #85325D;
}
.BgClassName
{
background-color: #85325D;
}
</style>
border-color css
<style>
span { border-color: #85325D; }
span { border-color: rgb(133,50,93); }
td.TdClassName
{
border-color: #85325D;
}
.TagClassName
{
border-color: #85325D;
}
</style>