Shades of Rose Bud Cherry #8D2460
Tints of Rose Bud Cherry #8D2460
RGB
CMYK
RGB Variations
Color information
#8D2460 (or 0x8D2460) is known color: Rose Bud Cherry. HEX triplet: 8D, 24 and 60. RGB value is (141,36,96). Sum of RGB (Red+Green+Blue) = 141+36+96=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2460 is #72DB9F. Grayscale: #4A4A4A. Windows color (decimal): -7527328 or 6300813. OLE color: 6300813.
HSL color Cylindrical-coordinate representation of color #8D2460: hue angle of 325.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2460 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 96 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.45 |
| HSL | 325.71º | 0.59% | 0.35% | - |
| HSV(B) | 325.71º | 0.74% | 0.55% | - |
| XYZ | 13.73 | 7.77 | 11.84 | - |
| YUV | 74.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 96 | 0 | 0.74 | 0.32 | 0.45 | 325.71 | 0.59 | 0.35 |
| Hex | 8D | 24 | 60 | 0 | 4A | 20 | 2D | 146 | 3B | 23 |
| Octal | 215 | 44 | 140 | 0 | 112 | 40 | 55 | 506 | 73 | 43 |
| Binary | 10001101 | 100100 | 1100000 | 0 | 1001010 | 100000 | 101101 | 101000110 | 111011 | 100011 |
Color Harmonies of #8D2460
Complementary color
Monochromatic Colors of #8D2460
Black with #8D2460
Text Example
Text Example
White with #8D2460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2460; }
p { color: rgb(141,36,96); }
H1.HeaderClassName
{
color: #8D2460;
}
.AnyTagClassName
{
color: #8D2460;
}
</style>
background-color css
<style>
a { background-color: #8D2460; }
a { background-color: rgb(141,36,96); }
div.DivClassName
{
background-color: #8D2460;
}
.BgClassName
{
background-color: #8D2460;
}
</style>
border-color css
<style>
span { border-color: #8D2460; }
span { border-color: rgb(141,36,96); }
td.TdClassName
{
border-color: #8D2460;
}
.TagClassName
{
border-color: #8D2460;
}
</style>