Shades of Rose Bud Cherry #8D114D
Tints of Rose Bud Cherry #8D114D
RGB
CMYK
RGB Variations
Color information
#8D114D (or 0x8D114D) is known color: Rose Bud Cherry. HEX triplet: 8D, 11 and 4D. RGB value is (141,17,77). Sum of RGB (Red+Green+Blue) = 141+17+77=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D114D is #72EEB2. Grayscale: #3C3C3C. Windows color (decimal): -7532211 or 5050765. OLE color: 5050765.
HSL color Cylindrical-coordinate representation of color #8D114D: hue angle of 330.97º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D114D is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 77 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.45 |
| HSL | 330.97º | 0.78% | 0.31% | - |
| HSV(B) | 330.97º | 0.88% | 0.55% | - |
| XYZ | 12.52 | 6.6 | 7.63 | - |
| YUV | 60.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 77 | 0 | 0.88 | 0.45 | 0.45 | 330.97 | 0.78 | 0.31 |
| Hex | 8D | 11 | 4D | 0 | 58 | 2D | 2D | 14B | 4E | 1F |
| Octal | 215 | 21 | 115 | 0 | 130 | 55 | 55 | 513 | 116 | 37 |
| Binary | 10001101 | 10001 | 1001101 | 0 | 1011000 | 101101 | 101101 | 101001011 | 1001110 | 11111 |
Color Harmonies of #8D114D
Complementary color
Monochromatic Colors of #8D114D
Black with #8D114D
Text Example
Text Example
White with #8D114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D114D; }
p { color: rgb(141,17,77); }
H1.HeaderClassName
{
color: #8D114D;
}
.AnyTagClassName
{
color: #8D114D;
}
</style>
background-color css
<style>
a { background-color: #8D114D; }
a { background-color: rgb(141,17,77); }
div.DivClassName
{
background-color: #8D114D;
}
.BgClassName
{
background-color: #8D114D;
}
</style>
border-color css
<style>
span { border-color: #8D114D; }
span { border-color: rgb(141,17,77); }
td.TdClassName
{
border-color: #8D114D;
}
.TagClassName
{
border-color: #8D114D;
}
</style>