Shades of Rose Bud Cherry #85124F
Tints of Rose Bud Cherry #85124F
RGB
CMYK
RGB Variations
Color information
#85124F (or 0x85124F) is known color: Rose Bud Cherry. HEX triplet: 85, 12 and 4F. RGB value is (133,18,79). Sum of RGB (Red+Green+Blue) = 133+18+79=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85124F is #7AEDB0. Grayscale: #3B3B3B. Windows color (decimal): -8056241 or 5182085. OLE color: 5182085.
HSL color Cylindrical-coordinate representation of color #85124F: hue angle of 328.17º 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 #85124F is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 79 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.48 |
| HSL | 328.17º | 0.76% | 0.3% | - |
| HSV(B) | 328.17º | 0.86% | 0.52% | - |
| XYZ | 11.3 | 5.98 | 7.96 | - |
| YUV | 59.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 79 | 0 | 0.86 | 0.41 | 0.48 | 328.17 | 0.76 | 0.3 |
| Hex | 85 | 12 | 4F | 0 | 56 | 29 | 30 | 148 | 4C | 1E |
| Octal | 205 | 22 | 117 | 0 | 126 | 51 | 60 | 510 | 114 | 36 |
| Binary | 10000101 | 10010 | 1001111 | 0 | 1010110 | 101001 | 110000 | 101001000 | 1001100 | 11110 |
Color Harmonies of #85124F
Complementary color
Monochromatic Colors of #85124F
Black with #85124F
Text Example
Text Example
White with #85124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85124F; }
p { color: rgb(133,18,79); }
H1.HeaderClassName
{
color: #85124F;
}
.AnyTagClassName
{
color: #85124F;
}
</style>
background-color css
<style>
a { background-color: #85124F; }
a { background-color: rgb(133,18,79); }
div.DivClassName
{
background-color: #85124F;
}
.BgClassName
{
background-color: #85124F;
}
</style>
border-color css
<style>
span { border-color: #85124F; }
span { border-color: rgb(133,18,79); }
td.TdClassName
{
border-color: #85124F;
}
.TagClassName
{
border-color: #85124F;
}
</style>