Shades of Rose Bud Cherry #8D1A55
Tints of Rose Bud Cherry #8D1A55
RGB
CMYK
RGB Variations
Color information
#8D1A55 (or 0x8D1A55) is known color: Rose Bud Cherry. HEX triplet: 8D, 1A and 55. RGB value is (141,26,85). Sum of RGB (Red+Green+Blue) = 141+26+85=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1A55 is #72E5AA. Grayscale: #424242. Windows color (decimal): -7529899 or 5577357. OLE color: 5577357.
HSL color Cylindrical-coordinate representation of color #8D1A55: hue angle of 329.22º degrees, saturation: 0.69, 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 #8D1A55 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 85 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.45 |
| HSL | 329.22º | 0.69% | 0.33% | - |
| HSV(B) | 329.22º | 0.82% | 0.55% | - |
| XYZ | 12.99 | 7.06 | 9.27 | - |
| YUV | 67.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 85 | 0 | 0.82 | 0.40 | 0.45 | 329.22 | 0.69 | 0.33 |
| Hex | 8D | 1A | 55 | 0 | 52 | 28 | 2D | 149 | 45 | 21 |
| Octal | 215 | 32 | 125 | 0 | 122 | 50 | 55 | 511 | 105 | 41 |
| Binary | 10001101 | 11010 | 1010101 | 0 | 1010010 | 101000 | 101101 | 101001001 | 1000101 | 100001 |
Color Harmonies of #8D1A55
Complementary color
Monochromatic Colors of #8D1A55
Black with #8D1A55
Text Example
Text Example
White with #8D1A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A55; }
p { color: rgb(141,26,85); }
H1.HeaderClassName
{
color: #8D1A55;
}
.AnyTagClassName
{
color: #8D1A55;
}
</style>
background-color css
<style>
a { background-color: #8D1A55; }
a { background-color: rgb(141,26,85); }
div.DivClassName
{
background-color: #8D1A55;
}
.BgClassName
{
background-color: #8D1A55;
}
</style>
border-color css
<style>
span { border-color: #8D1A55; }
span { border-color: rgb(141,26,85); }
td.TdClassName
{
border-color: #8D1A55;
}
.TagClassName
{
border-color: #8D1A55;
}
</style>