Shades of Rose Bud Cherry #85164C
Tints of Rose Bud Cherry #85164C
RGB
CMYK
RGB Variations
Color information
#85164C (or 0x85164C) is known color: Rose Bud Cherry. HEX triplet: 85, 16 and 4C. RGB value is (133,22,76). Sum of RGB (Red+Green+Blue) = 133+22+76=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85164C is #7AE9B3. Grayscale: #3D3D3D. Windows color (decimal): -8055220 or 4986501. OLE color: 4986501.
HSL color Cylindrical-coordinate representation of color #85164C: hue angle of 330.81º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85164C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 76 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.48 |
| HSL | 330.81º | 0.72% | 0.3% | - |
| HSV(B) | 330.81º | 0.83% | 0.52% | - |
| XYZ | 11.26 | 6.08 | 7.42 | - |
| YUV | 61.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 76 | 0 | 0.83 | 0.43 | 0.48 | 330.81 | 0.72 | 0.3 |
| Hex | 85 | 16 | 4C | 0 | 53 | 2B | 30 | 14B | 48 | 1E |
| Octal | 205 | 26 | 114 | 0 | 123 | 53 | 60 | 513 | 110 | 36 |
| Binary | 10000101 | 10110 | 1001100 | 0 | 1010011 | 101011 | 110000 | 101001011 | 1001000 | 11110 |
Color Harmonies of #85164C
Complementary color
Monochromatic Colors of #85164C
Black with #85164C
Text Example
Text Example
White with #85164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85164C; }
p { color: rgb(133,22,76); }
H1.HeaderClassName
{
color: #85164C;
}
.AnyTagClassName
{
color: #85164C;
}
</style>
background-color css
<style>
a { background-color: #85164C; }
a { background-color: rgb(133,22,76); }
div.DivClassName
{
background-color: #85164C;
}
.BgClassName
{
background-color: #85164C;
}
</style>
border-color css
<style>
span { border-color: #85164C; }
span { border-color: rgb(133,22,76); }
td.TdClassName
{
border-color: #85164C;
}
.TagClassName
{
border-color: #85164C;
}
</style>