Shades of Rose Bud Cherry #8D1D54
Tints of Rose Bud Cherry #8D1D54
RGB
CMYK
RGB Variations
Color information
#8D1D54 (or 0x8D1D54) is known color: Rose Bud Cherry. HEX triplet: 8D, 1D and 54. RGB value is (141,29,84). Sum of RGB (Red+Green+Blue) = 141+29+84=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1D54 is #72E2AB. Grayscale: #444444. Windows color (decimal): -7529132 or 5512589. OLE color: 5512589.
HSL color Cylindrical-coordinate representation of color #8D1D54: hue angle of 330.54º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D1D54 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 29 | 84 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.45 |
| HSL | 330.54º | 0.66% | 0.33% | - |
| HSV(B) | 330.54º | 0.79% | 0.55% | - |
| XYZ | 13.02 | 7.18 | 9.09 | - |
| YUV | 68.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 84 | 0 | 0.79 | 0.40 | 0.45 | 330.54 | 0.66 | 0.33 |
| Hex | 8D | 1D | 54 | 0 | 4F | 28 | 2D | 14B | 42 | 21 |
| Octal | 215 | 35 | 124 | 0 | 117 | 50 | 55 | 513 | 102 | 41 |
| Binary | 10001101 | 11101 | 1010100 | 0 | 1001111 | 101000 | 101101 | 101001011 | 1000010 | 100001 |
Color Harmonies of #8D1D54
Complementary color
Monochromatic Colors of #8D1D54
Black with #8D1D54
Text Example
Text Example
White with #8D1D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D54; }
p { color: rgb(141,29,84); }
H1.HeaderClassName
{
color: #8D1D54;
}
.AnyTagClassName
{
color: #8D1D54;
}
</style>
background-color css
<style>
a { background-color: #8D1D54; }
a { background-color: rgb(141,29,84); }
div.DivClassName
{
background-color: #8D1D54;
}
.BgClassName
{
background-color: #8D1D54;
}
</style>
border-color css
<style>
span { border-color: #8D1D54; }
span { border-color: rgb(141,29,84); }
td.TdClassName
{
border-color: #8D1D54;
}
.TagClassName
{
border-color: #8D1D54;
}
</style>