Shades of Rose Bud Cherry #85375D
Tints of Rose Bud Cherry #85375D
RGB
CMYK
RGB Variations
Color information
#85375D (or 0x85375D) is known color: Rose Bud Cherry. HEX triplet: 85, 37 and 5D. RGB value is (133,55,93). Sum of RGB (Red+Green+Blue) = 133+55+93=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85375D is #7AC8A2. Grayscale: #525252. Windows color (decimal): -8046755 or 6109061. OLE color: 6109061.
HSL color Cylindrical-coordinate representation of color #85375D: hue angle of 330.77º 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 #85375D is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 93 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.48 |
| HSL | 330.77º | 0.41% | 0.37% | - |
| HSV(B) | 330.77º | 0.59% | 0.52% | - |
| XYZ | 13.01 | 8.51 | 11.31 | - |
| YUV | 82.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 93 | 0 | 0.59 | 0.30 | 0.48 | 330.77 | 0.41 | 0.37 |
| Hex | 85 | 37 | 5D | 0 | 3B | 1E | 30 | 14B | 29 | 25 |
| Octal | 205 | 67 | 135 | 0 | 73 | 36 | 60 | 513 | 51 | 45 |
| Binary | 10000101 | 110111 | 1011101 | 0 | 111011 | 11110 | 110000 | 101001011 | 101001 | 100101 |
Color Harmonies of #85375D
Complementary color
Monochromatic Colors of #85375D
Black with #85375D
Text Example
Text Example
White with #85375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85375D; }
p { color: rgb(133,55,93); }
H1.HeaderClassName
{
color: #85375D;
}
.AnyTagClassName
{
color: #85375D;
}
</style>
background-color css
<style>
a { background-color: #85375D; }
a { background-color: rgb(133,55,93); }
div.DivClassName
{
background-color: #85375D;
}
.BgClassName
{
background-color: #85375D;
}
</style>
border-color css
<style>
span { border-color: #85375D; }
span { border-color: rgb(133,55,93); }
td.TdClassName
{
border-color: #85375D;
}
.TagClassName
{
border-color: #85375D;
}
</style>