Shades of Rose Bud Cherry #8D1555
Tints of Rose Bud Cherry #8D1555
RGB
CMYK
RGB Variations
Color information
#8D1555 (or 0x8D1555) is known color: Rose Bud Cherry. HEX triplet: 8D, 15 and 55. RGB value is (141,21,85). Sum of RGB (Red+Green+Blue) = 141+21+85=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1555 is #72EAAA. Grayscale: #404040. Windows color (decimal): -7531179 or 5576077. OLE color: 5576077.
HSL color Cylindrical-coordinate representation of color #8D1555: hue angle of 328º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1555 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 85 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.45 |
| HSL | 328º | 0.74% | 0.32% | - |
| HSV(B) | 328º | 0.85% | 0.55% | - |
| XYZ | 12.89 | 6.85 | 9.24 | - |
| YUV | 64.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 85 | 0 | 0.85 | 0.40 | 0.45 | 328 | 0.74 | 0.32 |
| Hex | 8D | 15 | 55 | 0 | 55 | 28 | 2D | 148 | 4A | 20 |
| Octal | 215 | 25 | 125 | 0 | 125 | 50 | 55 | 510 | 112 | 40 |
| Binary | 10001101 | 10101 | 1010101 | 0 | 1010101 | 101000 | 101101 | 101001000 | 1001010 | 100000 |
Color Harmonies of #8D1555
Complementary color
Monochromatic Colors of #8D1555
Black with #8D1555
Text Example
Text Example
White with #8D1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1555; }
p { color: rgb(141,21,85); }
H1.HeaderClassName
{
color: #8D1555;
}
.AnyTagClassName
{
color: #8D1555;
}
</style>
background-color css
<style>
a { background-color: #8D1555; }
a { background-color: rgb(141,21,85); }
div.DivClassName
{
background-color: #8D1555;
}
.BgClassName
{
background-color: #8D1555;
}
</style>
border-color css
<style>
span { border-color: #8D1555; }
span { border-color: rgb(141,21,85); }
td.TdClassName
{
border-color: #8D1555;
}
.TagClassName
{
border-color: #8D1555;
}
</style>