Shades of Rose Bud Cherry #85375C
Tints of Rose Bud Cherry #85375C
RGB
CMYK
RGB Variations
Color information
#85375C (or 0x85375C) is known color: Rose Bud Cherry. HEX triplet: 85, 37 and 5C. RGB value is (133,55,92). Sum of RGB (Red+Green+Blue) = 133+55+92=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85375C is #7AC8A3. Grayscale: #525252. Windows color (decimal): -8046756 or 6043525. OLE color: 6043525.
HSL color Cylindrical-coordinate representation of color #85375C: hue angle of 331.54º 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 #85375C is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 92 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.48 |
| HSL | 331.54º | 0.41% | 0.37% | - |
| HSV(B) | 331.54º | 0.59% | 0.52% | - |
| XYZ | 12.97 | 8.49 | 11.08 | - |
| YUV | 82.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 92 | 0 | 0.59 | 0.31 | 0.48 | 331.54 | 0.41 | 0.37 |
| Hex | 85 | 37 | 5C | 0 | 3B | 1F | 30 | 14C | 29 | 25 |
| Octal | 205 | 67 | 134 | 0 | 73 | 37 | 60 | 514 | 51 | 45 |
| Binary | 10000101 | 110111 | 1011100 | 0 | 111011 | 11111 | 110000 | 101001100 | 101001 | 100101 |
Color Harmonies of #85375C
Complementary color
Monochromatic Colors of #85375C
Black with #85375C
Text Example
Text Example
White with #85375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85375C; }
p { color: rgb(133,55,92); }
H1.HeaderClassName
{
color: #85375C;
}
.AnyTagClassName
{
color: #85375C;
}
</style>
background-color css
<style>
a { background-color: #85375C; }
a { background-color: rgb(133,55,92); }
div.DivClassName
{
background-color: #85375C;
}
.BgClassName
{
background-color: #85375C;
}
</style>
border-color css
<style>
span { border-color: #85375C; }
span { border-color: rgb(133,55,92); }
td.TdClassName
{
border-color: #85375C;
}
.TagClassName
{
border-color: #85375C;
}
</style>