Shades of Rose Bud Cherry #8D1C58
Tints of Rose Bud Cherry #8D1C58
RGB
CMYK
RGB Variations
Color information
#8D1C58 (or 0x8D1C58) is known color: Rose Bud Cherry. HEX triplet: 8D, 1C and 58. RGB value is (141,28,88). Sum of RGB (Red+Green+Blue) = 141+28+88=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1C58 is #72E3A7. Grayscale: #444444. Windows color (decimal): -7529384 or 5774477. OLE color: 5774477.
HSL color Cylindrical-coordinate representation of color #8D1C58: hue angle of 328.14º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C58 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 88 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.45 |
| HSL | 328.14º | 0.67% | 0.33% | - |
| HSV(B) | 328.14º | 0.8% | 0.55% | - |
| XYZ | 13.16 | 7.2 | 9.93 | - |
| YUV | 68.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 88 | 0 | 0.80 | 0.38 | 0.45 | 328.14 | 0.67 | 0.33 |
| Hex | 8D | 1C | 58 | 0 | 50 | 26 | 2D | 148 | 43 | 21 |
| Octal | 215 | 34 | 130 | 0 | 120 | 46 | 55 | 510 | 103 | 41 |
| Binary | 10001101 | 11100 | 1011000 | 0 | 1010000 | 100110 | 101101 | 101001000 | 1000011 | 100001 |
Color Harmonies of #8D1C58
Complementary color
Monochromatic Colors of #8D1C58
Black with #8D1C58
Text Example
Text Example
White with #8D1C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C58; }
p { color: rgb(141,28,88); }
H1.HeaderClassName
{
color: #8D1C58;
}
.AnyTagClassName
{
color: #8D1C58;
}
</style>
background-color css
<style>
a { background-color: #8D1C58; }
a { background-color: rgb(141,28,88); }
div.DivClassName
{
background-color: #8D1C58;
}
.BgClassName
{
background-color: #8D1C58;
}
</style>
border-color css
<style>
span { border-color: #8D1C58; }
span { border-color: rgb(141,28,88); }
td.TdClassName
{
border-color: #8D1C58;
}
.TagClassName
{
border-color: #8D1C58;
}
</style>