Shades of Rose Bud Cherry #85175B
Tints of Rose Bud Cherry #85175B
RGB
CMYK
RGB Variations
Color information
#85175B (or 0x85175B) is known color: Rose Bud Cherry. HEX triplet: 85, 17 and 5B. RGB value is (133,23,91). Sum of RGB (Red+Green+Blue) = 133+23+91=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85175B is #7AE8A4. Grayscale: #3F3F3F. Windows color (decimal): -8054949 or 5969797. OLE color: 5969797.
HSL color Cylindrical-coordinate representation of color #85175B: hue angle of 322.91º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85175B is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 91 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.48 |
| HSL | 322.91º | 0.71% | 0.31% | - |
| HSV(B) | 322.91º | 0.83% | 0.52% | - |
| XYZ | 11.87 | 6.35 | 10.5 | - |
| YUV | 63.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 91 | 0 | 0.83 | 0.32 | 0.48 | 322.91 | 0.71 | 0.31 |
| Hex | 85 | 17 | 5B | 0 | 53 | 20 | 30 | 143 | 47 | 1F |
| Octal | 205 | 27 | 133 | 0 | 123 | 40 | 60 | 503 | 107 | 37 |
| Binary | 10000101 | 10111 | 1011011 | 0 | 1010011 | 100000 | 110000 | 101000011 | 1000111 | 11111 |
Color Harmonies of #85175B
Complementary color
Monochromatic Colors of #85175B
Black with #85175B
Text Example
Text Example
White with #85175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85175B; }
p { color: rgb(133,23,91); }
H1.HeaderClassName
{
color: #85175B;
}
.AnyTagClassName
{
color: #85175B;
}
</style>
background-color css
<style>
a { background-color: #85175B; }
a { background-color: rgb(133,23,91); }
div.DivClassName
{
background-color: #85175B;
}
.BgClassName
{
background-color: #85175B;
}
</style>
border-color css
<style>
span { border-color: #85175B; }
span { border-color: rgb(133,23,91); }
td.TdClassName
{
border-color: #85175B;
}
.TagClassName
{
border-color: #85175B;
}
</style>