Shades of Rose Bud Cherry #85185C
Tints of Rose Bud Cherry #85185C
RGB
CMYK
RGB Variations
Color information
#85185C (or 0x85185C) is known color: Rose Bud Cherry. HEX triplet: 85, 18 and 5C. RGB value is (133,24,92). Sum of RGB (Red+Green+Blue) = 133+24+92=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85185C is #7AE7A3. Grayscale: #404040. Windows color (decimal): -8054692 or 6035589. OLE color: 6035589.
HSL color Cylindrical-coordinate representation of color #85185C: hue angle of 322.57º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85185C is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 92 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.48 |
| HSL | 322.57º | 0.69% | 0.31% | - |
| HSV(B) | 322.57º | 0.82% | 0.52% | - |
| XYZ | 11.93 | 6.41 | 10.73 | - |
| YUV | 64.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 92 | 0 | 0.82 | 0.31 | 0.48 | 322.57 | 0.69 | 0.31 |
| Hex | 85 | 18 | 5C | 0 | 52 | 1F | 30 | 143 | 45 | 1F |
| Octal | 205 | 30 | 134 | 0 | 122 | 37 | 60 | 503 | 105 | 37 |
| Binary | 10000101 | 11000 | 1011100 | 0 | 1010010 | 11111 | 110000 | 101000011 | 1000101 | 11111 |
Color Harmonies of #85185C
Complementary color
Monochromatic Colors of #85185C
Black with #85185C
Text Example
Text Example
White with #85185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85185C; }
p { color: rgb(133,24,92); }
H1.HeaderClassName
{
color: #85185C;
}
.AnyTagClassName
{
color: #85185C;
}
</style>
background-color css
<style>
a { background-color: #85185C; }
a { background-color: rgb(133,24,92); }
div.DivClassName
{
background-color: #85185C;
}
.BgClassName
{
background-color: #85185C;
}
</style>
border-color css
<style>
span { border-color: #85185C; }
span { border-color: rgb(133,24,92); }
td.TdClassName
{
border-color: #85185C;
}
.TagClassName
{
border-color: #85185C;
}
</style>