Shades of Rose Bud Cherry #8C124C
Tints of Rose Bud Cherry #8C124C
RGB
CMYK
RGB Variations
Color information
#8C124C (or 0x8C124C) is known color: Rose Bud Cherry. HEX triplet: 8C, 12 and 4C. RGB value is (140,18,76). Sum of RGB (Red+Green+Blue) = 140+18+76=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C124C is #73EDB3. Grayscale: #3C3C3C. Windows color (decimal): -7597492 or 4985484. OLE color: 4985484.
HSL color Cylindrical-coordinate representation of color #8C124C: hue angle of 331.48º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C124C is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 76 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.45 |
| HSL | 331.48º | 0.77% | 0.31% | - |
| HSV(B) | 331.48º | 0.87% | 0.55% | - |
| XYZ | 12.34 | 6.53 | 7.45 | - |
| YUV | 61.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 76 | 0 | 0.87 | 0.46 | 0.45 | 331.48 | 0.77 | 0.31 |
| Hex | 8C | 12 | 4C | 0 | 57 | 2E | 2D | 14B | 4D | 1F |
| Octal | 214 | 22 | 114 | 0 | 127 | 56 | 55 | 513 | 115 | 37 |
| Binary | 10001100 | 10010 | 1001100 | 0 | 1010111 | 101110 | 101101 | 101001011 | 1001101 | 11111 |
Color Harmonies of #8C124C
Complementary color
Monochromatic Colors of #8C124C
Black with #8C124C
Text Example
Text Example
White with #8C124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C124C; }
p { color: rgb(140,18,76); }
H1.HeaderClassName
{
color: #8C124C;
}
.AnyTagClassName
{
color: #8C124C;
}
</style>
background-color css
<style>
a { background-color: #8C124C; }
a { background-color: rgb(140,18,76); }
div.DivClassName
{
background-color: #8C124C;
}
.BgClassName
{
background-color: #8C124C;
}
</style>
border-color css
<style>
span { border-color: #8C124C; }
span { border-color: rgb(140,18,76); }
td.TdClassName
{
border-color: #8C124C;
}
.TagClassName
{
border-color: #8C124C;
}
</style>