Shades of Rose Bud Cherry #8C114D
Tints of Rose Bud Cherry #8C114D
RGB
CMYK
RGB Variations
Color information
#8C114D (or 0x8C114D) is known color: Rose Bud Cherry. HEX triplet: 8C, 11 and 4D. RGB value is (140,17,77). Sum of RGB (Red+Green+Blue) = 140+17+77=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C114D is #73EEB2. Grayscale: #3C3C3C. Windows color (decimal): -7597747 or 5050764. OLE color: 5050764.
HSL color Cylindrical-coordinate representation of color #8C114D: hue angle of 330.73º 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 #8C114D is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 77 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.45 |
| HSL | 330.73º | 0.78% | 0.31% | - |
| HSV(B) | 330.73º | 0.88% | 0.55% | - |
| XYZ | 12.36 | 6.51 | 7.63 | - |
| YUV | 60.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 77 | 0 | 0.88 | 0.45 | 0.45 | 330.73 | 0.78 | 0.31 |
| Hex | 8C | 11 | 4D | 0 | 58 | 2D | 2D | 14B | 4E | 1F |
| Octal | 214 | 21 | 115 | 0 | 130 | 55 | 55 | 513 | 116 | 37 |
| Binary | 10001100 | 10001 | 1001101 | 0 | 1011000 | 101101 | 101101 | 101001011 | 1001110 | 11111 |
Color Harmonies of #8C114D
Complementary color
Monochromatic Colors of #8C114D
Black with #8C114D
Text Example
Text Example
White with #8C114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C114D; }
p { color: rgb(140,17,77); }
H1.HeaderClassName
{
color: #8C114D;
}
.AnyTagClassName
{
color: #8C114D;
}
</style>
background-color css
<style>
a { background-color: #8C114D; }
a { background-color: rgb(140,17,77); }
div.DivClassName
{
background-color: #8C114D;
}
.BgClassName
{
background-color: #8C114D;
}
</style>
border-color css
<style>
span { border-color: #8C114D; }
span { border-color: rgb(140,17,77); }
td.TdClassName
{
border-color: #8C114D;
}
.TagClassName
{
border-color: #8C114D;
}
</style>