Shades of Rose Bud Cherry #8D1959
Tints of Rose Bud Cherry #8D1959
RGB
CMYK
RGB Variations
Color information
#8D1959 (or 0x8D1959) is known color: Rose Bud Cherry. HEX triplet: 8D, 19 and 59. RGB value is (141,25,89). Sum of RGB (Red+Green+Blue) = 141+25+89=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1959 is #72E6A6. Grayscale: #424242. Windows color (decimal): -7530151 or 5839245. OLE color: 5839245.
HSL color Cylindrical-coordinate representation of color #8D1959: hue angle of 326.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1959 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 89 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.45 |
| HSL | 326.9º | 0.7% | 0.33% | - |
| HSV(B) | 326.9º | 0.82% | 0.55% | - |
| XYZ | 13.14 | 7.08 | 10.13 | - |
| YUV | 66.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 89 | 0 | 0.82 | 0.37 | 0.45 | 326.9 | 0.7 | 0.33 |
| Hex | 8D | 19 | 59 | 0 | 52 | 25 | 2D | 147 | 46 | 21 |
| Octal | 215 | 31 | 131 | 0 | 122 | 45 | 55 | 507 | 106 | 41 |
| Binary | 10001101 | 11001 | 1011001 | 0 | 1010010 | 100101 | 101101 | 101000111 | 1000110 | 100001 |
Color Harmonies of #8D1959
Complementary color
Monochromatic Colors of #8D1959
Black with #8D1959
Text Example
Text Example
White with #8D1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1959; }
p { color: rgb(141,25,89); }
H1.HeaderClassName
{
color: #8D1959;
}
.AnyTagClassName
{
color: #8D1959;
}
</style>
background-color css
<style>
a { background-color: #8D1959; }
a { background-color: rgb(141,25,89); }
div.DivClassName
{
background-color: #8D1959;
}
.BgClassName
{
background-color: #8D1959;
}
</style>
border-color css
<style>
span { border-color: #8D1959; }
span { border-color: rgb(141,25,89); }
td.TdClassName
{
border-color: #8D1959;
}
.TagClassName
{
border-color: #8D1959;
}
</style>