Shades of Rose Bud Cherry #85114D
Tints of Rose Bud Cherry #85114D
RGB
CMYK
RGB Variations
Color information
#85114D (or 0x85114D) is known color: Rose Bud Cherry. HEX triplet: 85, 11 and 4D. RGB value is (133,17,77). Sum of RGB (Red+Green+Blue) = 133+17+77=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85114D is #7AEEB2. Grayscale: #3A3A3A. Windows color (decimal): -8056499 or 5050757. OLE color: 5050757.
HSL color Cylindrical-coordinate representation of color #85114D: hue angle of 328.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85114D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 77 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.48 |
| HSL | 328.97º | 0.77% | 0.29% | - |
| HSV(B) | 328.97º | 0.87% | 0.52% | - |
| XYZ | 11.21 | 5.92 | 7.57 | - |
| YUV | 58.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 77 | 0 | 0.87 | 0.42 | 0.48 | 328.97 | 0.77 | 0.29 |
| Hex | 85 | 11 | 4D | 0 | 57 | 2A | 30 | 149 | 4D | 1D |
| Octal | 205 | 21 | 115 | 0 | 127 | 52 | 60 | 511 | 115 | 35 |
| Binary | 10000101 | 10001 | 1001101 | 0 | 1010111 | 101010 | 110000 | 101001001 | 1001101 | 11101 |
Color Harmonies of #85114D
Complementary color
Monochromatic Colors of #85114D
Black with #85114D
Text Example
Text Example
White with #85114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85114D; }
p { color: rgb(133,17,77); }
H1.HeaderClassName
{
color: #85114D;
}
.AnyTagClassName
{
color: #85114D;
}
</style>
background-color css
<style>
a { background-color: #85114D; }
a { background-color: rgb(133,17,77); }
div.DivClassName
{
background-color: #85114D;
}
.BgClassName
{
background-color: #85114D;
}
</style>
border-color css
<style>
span { border-color: #85114D; }
span { border-color: rgb(133,17,77); }
td.TdClassName
{
border-color: #85114D;
}
.TagClassName
{
border-color: #85114D;
}
</style>