Shades of Rose Bud Cherry #8D1954
Tints of Rose Bud Cherry #8D1954
RGB
CMYK
RGB Variations
Color information
#8D1954 (or 0x8D1954) is known color: Rose Bud Cherry. HEX triplet: 8D, 19 and 54. RGB value is (141,25,84). Sum of RGB (Red+Green+Blue) = 141+25+84=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1954 is #72E6AB. Grayscale: #424242. Windows color (decimal): -7530156 or 5511565. OLE color: 5511565.
HSL color Cylindrical-coordinate representation of color #8D1954: hue angle of 329.48º degrees, saturation: 0.7, 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 #8D1954 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 84 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.45 |
| HSL | 329.48º | 0.7% | 0.33% | - |
| HSV(B) | 329.48º | 0.82% | 0.55% | - |
| XYZ | 12.93 | 7 | 9.06 | - |
| YUV | 66.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 84 | 0 | 0.82 | 0.40 | 0.45 | 329.48 | 0.7 | 0.33 |
| Hex | 8D | 19 | 54 | 0 | 52 | 28 | 2D | 149 | 46 | 21 |
| Octal | 215 | 31 | 124 | 0 | 122 | 50 | 55 | 511 | 106 | 41 |
| Binary | 10001101 | 11001 | 1010100 | 0 | 1010010 | 101000 | 101101 | 101001001 | 1000110 | 100001 |
Color Harmonies of #8D1954
Complementary color
Monochromatic Colors of #8D1954
Black with #8D1954
Text Example
Text Example
White with #8D1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1954; }
p { color: rgb(141,25,84); }
H1.HeaderClassName
{
color: #8D1954;
}
.AnyTagClassName
{
color: #8D1954;
}
</style>
background-color css
<style>
a { background-color: #8D1954; }
a { background-color: rgb(141,25,84); }
div.DivClassName
{
background-color: #8D1954;
}
.BgClassName
{
background-color: #8D1954;
}
</style>
border-color css
<style>
span { border-color: #8D1954; }
span { border-color: rgb(141,25,84); }
td.TdClassName
{
border-color: #8D1954;
}
.TagClassName
{
border-color: #8D1954;
}
</style>