Shades of Rose Bud Cherry #85124D
Tints of Rose Bud Cherry #85124D
RGB
CMYK
RGB Variations
Color information
#85124D (or 0x85124D) is known color: Rose Bud Cherry. HEX triplet: 85, 12 and 4D. RGB value is (133,18,77). Sum of RGB (Red+Green+Blue) = 133+18+77=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85124D is #7AEDB2. Grayscale: #3A3A3A. Windows color (decimal): -8056243 or 5051013. OLE color: 5051013.
HSL color Cylindrical-coordinate representation of color #85124D: hue angle of 329.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85124D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 77 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.48 |
| HSL | 329.22º | 0.76% | 0.3% | - |
| HSV(B) | 329.22º | 0.86% | 0.52% | - |
| XYZ | 11.23 | 5.95 | 7.58 | - |
| YUV | 59.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 77 | 0 | 0.86 | 0.42 | 0.48 | 329.22 | 0.76 | 0.3 |
| Hex | 85 | 12 | 4D | 0 | 56 | 2A | 30 | 149 | 4C | 1E |
| Octal | 205 | 22 | 115 | 0 | 126 | 52 | 60 | 511 | 114 | 36 |
| Binary | 10000101 | 10010 | 1001101 | 0 | 1010110 | 101010 | 110000 | 101001001 | 1001100 | 11110 |
Color Harmonies of #85124D
Complementary color
Monochromatic Colors of #85124D
Black with #85124D
Text Example
Text Example
White with #85124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85124D; }
p { color: rgb(133,18,77); }
H1.HeaderClassName
{
color: #85124D;
}
.AnyTagClassName
{
color: #85124D;
}
</style>
background-color css
<style>
a { background-color: #85124D; }
a { background-color: rgb(133,18,77); }
div.DivClassName
{
background-color: #85124D;
}
.BgClassName
{
background-color: #85124D;
}
</style>
border-color css
<style>
span { border-color: #85124D; }
span { border-color: rgb(133,18,77); }
td.TdClassName
{
border-color: #85124D;
}
.TagClassName
{
border-color: #85124D;
}
</style>