Shades of Rose Bud Cherry #8D2159
Tints of Rose Bud Cherry #8D2159
RGB
CMYK
RGB Variations
Color information
#8D2159 (or 0x8D2159) is known color: Rose Bud Cherry. HEX triplet: 8D, 21 and 59. RGB value is (141,33,89). Sum of RGB (Red+Green+Blue) = 141+33+89=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2159 is #72DEA6. Grayscale: #474747. Windows color (decimal): -7528103 or 5841293. OLE color: 5841293.
HSL color Cylindrical-coordinate representation of color #8D2159: hue angle of 328.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2159 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 89 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.45 |
| HSL | 328.89º | 0.62% | 0.34% | - |
| HSV(B) | 328.89º | 0.77% | 0.55% | - |
| XYZ | 13.33 | 7.47 | 10.19 | - |
| YUV | 71.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 89 | 0 | 0.77 | 0.37 | 0.45 | 328.89 | 0.62 | 0.34 |
| Hex | 8D | 21 | 59 | 0 | 4D | 25 | 2D | 149 | 3E | 22 |
| Octal | 215 | 41 | 131 | 0 | 115 | 45 | 55 | 511 | 76 | 42 |
| Binary | 10001101 | 100001 | 1011001 | 0 | 1001101 | 100101 | 101101 | 101001001 | 111110 | 100010 |
Color Harmonies of #8D2159
Complementary color
Monochromatic Colors of #8D2159
Black with #8D2159
Text Example
Text Example
White with #8D2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2159; }
p { color: rgb(141,33,89); }
H1.HeaderClassName
{
color: #8D2159;
}
.AnyTagClassName
{
color: #8D2159;
}
</style>
background-color css
<style>
a { background-color: #8D2159; }
a { background-color: rgb(141,33,89); }
div.DivClassName
{
background-color: #8D2159;
}
.BgClassName
{
background-color: #8D2159;
}
</style>
border-color css
<style>
span { border-color: #8D2159; }
span { border-color: rgb(141,33,89); }
td.TdClassName
{
border-color: #8D2159;
}
.TagClassName
{
border-color: #8D2159;
}
</style>