Shades of Rose Bud Cherry #8D2854
Tints of Rose Bud Cherry #8D2854
RGB
CMYK
RGB Variations
Color information
#8D2854 (or 0x8D2854) is known color: Rose Bud Cherry. HEX triplet: 8D, 28 and 54. RGB value is (141,40,84). Sum of RGB (Red+Green+Blue) = 141+40+84=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2854 is #72D7AB. Grayscale: #4B4B4B. Windows color (decimal): -7526316 or 5515405. OLE color: 5515405.
HSL color Cylindrical-coordinate representation of color #8D2854: hue angle of 333.86º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2854 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 84 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.45 |
| HSL | 333.86º | 0.56% | 0.35% | - |
| HSV(B) | 333.86º | 0.72% | 0.55% | - |
| XYZ | 13.34 | 7.82 | 9.19 | - |
| YUV | 75.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 84 | 0 | 0.72 | 0.40 | 0.45 | 333.86 | 0.56 | 0.35 |
| Hex | 8D | 28 | 54 | 0 | 48 | 28 | 2D | 14E | 38 | 23 |
| Octal | 215 | 50 | 124 | 0 | 110 | 50 | 55 | 516 | 70 | 43 |
| Binary | 10001101 | 101000 | 1010100 | 0 | 1001000 | 101000 | 101101 | 101001110 | 111000 | 100011 |
Color Harmonies of #8D2854
Complementary color
Monochromatic Colors of #8D2854
Black with #8D2854
Text Example
Text Example
White with #8D2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2854; }
p { color: rgb(141,40,84); }
H1.HeaderClassName
{
color: #8D2854;
}
.AnyTagClassName
{
color: #8D2854;
}
</style>
background-color css
<style>
a { background-color: #8D2854; }
a { background-color: rgb(141,40,84); }
div.DivClassName
{
background-color: #8D2854;
}
.BgClassName
{
background-color: #8D2854;
}
</style>
border-color css
<style>
span { border-color: #8D2854; }
span { border-color: rgb(141,40,84); }
td.TdClassName
{
border-color: #8D2854;
}
.TagClassName
{
border-color: #8D2854;
}
</style>