Shades of Rose Bud Cherry #8D1553
Tints of Rose Bud Cherry #8D1553
RGB
CMYK
RGB Variations
Color information
#8D1553 (or 0x8D1553) is known color: Rose Bud Cherry. HEX triplet: 8D, 15 and 53. RGB value is (141,21,83). Sum of RGB (Red+Green+Blue) = 141+21+83=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1553 is #72EAAC. Grayscale: #3F3F3F. Windows color (decimal): -7531181 or 5445005. OLE color: 5445005.
HSL color Cylindrical-coordinate representation of color #8D1553: hue angle of 329º 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 #8D1553 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 83 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.45 |
| HSL | 329º | 0.74% | 0.32% | - |
| HSV(B) | 329º | 0.85% | 0.55% | - |
| XYZ | 12.81 | 6.82 | 8.83 | - |
| YUV | 63.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 83 | 0 | 0.85 | 0.41 | 0.45 | 329 | 0.74 | 0.32 |
| Hex | 8D | 15 | 53 | 0 | 55 | 29 | 2D | 149 | 4A | 20 |
| Octal | 215 | 25 | 123 | 0 | 125 | 51 | 55 | 511 | 112 | 40 |
| Binary | 10001101 | 10101 | 1010011 | 0 | 1010101 | 101001 | 101101 | 101001001 | 1001010 | 100000 |
Color Harmonies of #8D1553
Complementary color
Monochromatic Colors of #8D1553
Black with #8D1553
Text Example
Text Example
White with #8D1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1553; }
p { color: rgb(141,21,83); }
H1.HeaderClassName
{
color: #8D1553;
}
.AnyTagClassName
{
color: #8D1553;
}
</style>
background-color css
<style>
a { background-color: #8D1553; }
a { background-color: rgb(141,21,83); }
div.DivClassName
{
background-color: #8D1553;
}
.BgClassName
{
background-color: #8D1553;
}
</style>
border-color css
<style>
span { border-color: #8D1553; }
span { border-color: rgb(141,21,83); }
td.TdClassName
{
border-color: #8D1553;
}
.TagClassName
{
border-color: #8D1553;
}
</style>