Shades of Rose Bud Cherry #85175C
Tints of Rose Bud Cherry #85175C
RGB
CMYK
RGB Variations
Color information
#85175C (or 0x85175C) is known color: Rose Bud Cherry. HEX triplet: 85, 17 and 5C. RGB value is (133,23,92). Sum of RGB (Red+Green+Blue) = 133+23+92=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85175C is #7AE8A3. Grayscale: #3F3F3F. Windows color (decimal): -8054948 or 6035333. OLE color: 6035333.
HSL color Cylindrical-coordinate representation of color #85175C: hue angle of 322.36º 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 #85175C is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 92 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.48 |
| HSL | 322.36º | 0.71% | 0.31% | - |
| HSV(B) | 322.36º | 0.83% | 0.52% | - |
| XYZ | 11.91 | 6.37 | 10.73 | - |
| YUV | 63.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 92 | 0 | 0.83 | 0.31 | 0.48 | 322.36 | 0.71 | 0.31 |
| Hex | 85 | 17 | 5C | 0 | 53 | 1F | 30 | 142 | 47 | 1F |
| Octal | 205 | 27 | 134 | 0 | 123 | 37 | 60 | 502 | 107 | 37 |
| Binary | 10000101 | 10111 | 1011100 | 0 | 1010011 | 11111 | 110000 | 101000010 | 1000111 | 11111 |
Color Harmonies of #85175C
Complementary color
Monochromatic Colors of #85175C
Black with #85175C
Text Example
Text Example
White with #85175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85175C; }
p { color: rgb(133,23,92); }
H1.HeaderClassName
{
color: #85175C;
}
.AnyTagClassName
{
color: #85175C;
}
</style>
background-color css
<style>
a { background-color: #85175C; }
a { background-color: rgb(133,23,92); }
div.DivClassName
{
background-color: #85175C;
}
.BgClassName
{
background-color: #85175C;
}
</style>
border-color css
<style>
span { border-color: #85175C; }
span { border-color: rgb(133,23,92); }
td.TdClassName
{
border-color: #85175C;
}
.TagClassName
{
border-color: #85175C;
}
</style>