Shades of Rose Bud Cherry #85385B
Tints of Rose Bud Cherry #85385B
RGB
CMYK
RGB Variations
Color information
#85385B (or 0x85385B) is known color: Rose Bud Cherry. HEX triplet: 85, 38 and 5B. RGB value is (133,56,91). Sum of RGB (Red+Green+Blue) = 133+56+91=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85385B is #7AC7A4. Grayscale: #525252. Windows color (decimal): -8046501 or 5978245. OLE color: 5978245.
HSL color Cylindrical-coordinate representation of color #85385B: hue angle of 332.73º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85385B is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 91 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.48 |
| HSL | 332.73º | 0.41% | 0.37% | - |
| HSV(B) | 332.73º | 0.58% | 0.52% | - |
| XYZ | 12.98 | 8.57 | 10.87 | - |
| YUV | 83.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 91 | 0 | 0.58 | 0.32 | 0.48 | 332.73 | 0.41 | 0.37 |
| Hex | 85 | 38 | 5B | 0 | 3A | 20 | 30 | 14D | 29 | 25 |
| Octal | 205 | 70 | 133 | 0 | 72 | 40 | 60 | 515 | 51 | 45 |
| Binary | 10000101 | 111000 | 1011011 | 0 | 111010 | 100000 | 110000 | 101001101 | 101001 | 100101 |
Color Harmonies of #85385B
Complementary color
Monochromatic Colors of #85385B
Black with #85385B
Text Example
Text Example
White with #85385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85385B; }
p { color: rgb(133,56,91); }
H1.HeaderClassName
{
color: #85385B;
}
.AnyTagClassName
{
color: #85385B;
}
</style>
background-color css
<style>
a { background-color: #85385B; }
a { background-color: rgb(133,56,91); }
div.DivClassName
{
background-color: #85385B;
}
.BgClassName
{
background-color: #85385B;
}
</style>
border-color css
<style>
span { border-color: #85385B; }
span { border-color: rgb(133,56,91); }
td.TdClassName
{
border-color: #85385B;
}
.TagClassName
{
border-color: #85385B;
}
</style>