Shades of Rose Bud Cherry #85185D
Tints of Rose Bud Cherry #85185D
RGB
CMYK
RGB Variations
Color information
#85185D (or 0x85185D) is known color: Rose Bud Cherry. HEX triplet: 85, 18 and 5D. RGB value is (133,24,93). Sum of RGB (Red+Green+Blue) = 133+24+93=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85185D is #7AE7A2. Grayscale: #404040. Windows color (decimal): -8054691 or 6101125. OLE color: 6101125.
HSL color Cylindrical-coordinate representation of color #85185D: hue angle of 322.02º 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 #85185D is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 93 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.48 |
| HSL | 322.02º | 0.69% | 0.31% | - |
| HSV(B) | 322.02º | 0.82% | 0.52% | - |
| XYZ | 11.98 | 6.43 | 10.97 | - |
| YUV | 64.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 93 | 0 | 0.82 | 0.30 | 0.48 | 322.02 | 0.69 | 0.31 |
| Hex | 85 | 18 | 5D | 0 | 52 | 1E | 30 | 142 | 45 | 1F |
| Octal | 205 | 30 | 135 | 0 | 122 | 36 | 60 | 502 | 105 | 37 |
| Binary | 10000101 | 11000 | 1011101 | 0 | 1010010 | 11110 | 110000 | 101000010 | 1000101 | 11111 |
Color Harmonies of #85185D
Complementary color
Monochromatic Colors of #85185D
Black with #85185D
Text Example
Text Example
White with #85185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85185D; }
p { color: rgb(133,24,93); }
H1.HeaderClassName
{
color: #85185D;
}
.AnyTagClassName
{
color: #85185D;
}
</style>
background-color css
<style>
a { background-color: #85185D; }
a { background-color: rgb(133,24,93); }
div.DivClassName
{
background-color: #85185D;
}
.BgClassName
{
background-color: #85185D;
}
</style>
border-color css
<style>
span { border-color: #85185D; }
span { border-color: rgb(133,24,93); }
td.TdClassName
{
border-color: #85185D;
}
.TagClassName
{
border-color: #85185D;
}
</style>