Shades of Rose Bud Cherry #85375B
Tints of Rose Bud Cherry #85375B
RGB
CMYK
RGB Variations
Color information
#85375B (or 0x85375B) is known color: Rose Bud Cherry. HEX triplet: 85, 37 and 5B. RGB value is (133,55,91). Sum of RGB (Red+Green+Blue) = 133+55+91=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85375B is #7AC8A4. Grayscale: #525252. Windows color (decimal): -8046757 or 5977989. OLE color: 5977989.
HSL color Cylindrical-coordinate representation of color #85375B: hue angle of 332.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85375B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 91 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.48 |
| HSL | 332.31º | 0.41% | 0.37% | - |
| HSV(B) | 332.31º | 0.59% | 0.52% | - |
| XYZ | 12.93 | 8.47 | 10.85 | - |
| YUV | 82.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 91 | 0 | 0.59 | 0.32 | 0.48 | 332.31 | 0.41 | 0.37 |
| Hex | 85 | 37 | 5B | 0 | 3B | 20 | 30 | 14C | 29 | 25 |
| Octal | 205 | 67 | 133 | 0 | 73 | 40 | 60 | 514 | 51 | 45 |
| Binary | 10000101 | 110111 | 1011011 | 0 | 111011 | 100000 | 110000 | 101001100 | 101001 | 100101 |
Color Harmonies of #85375B
Complementary color
Monochromatic Colors of #85375B
Black with #85375B
Text Example
Text Example
White with #85375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85375B; }
p { color: rgb(133,55,91); }
H1.HeaderClassName
{
color: #85375B;
}
.AnyTagClassName
{
color: #85375B;
}
</style>
background-color css
<style>
a { background-color: #85375B; }
a { background-color: rgb(133,55,91); }
div.DivClassName
{
background-color: #85375B;
}
.BgClassName
{
background-color: #85375B;
}
</style>
border-color css
<style>
span { border-color: #85375B; }
span { border-color: rgb(133,55,91); }
td.TdClassName
{
border-color: #85375B;
}
.TagClassName
{
border-color: #85375B;
}
</style>