Shades of Rose Bud Cherry #8D244F
Tints of Rose Bud Cherry #8D244F
RGB
CMYK
RGB Variations
Color information
#8D244F (or 0x8D244F) is known color: Rose Bud Cherry. HEX triplet: 8D, 24 and 4F. RGB value is (141,36,79). Sum of RGB (Red+Green+Blue) = 141+36+79=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D244F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D244F is #72DBB0. Grayscale: #484848. Windows color (decimal): -7527345 or 5186701. OLE color: 5186701.
HSL color Cylindrical-coordinate representation of color #8D244F: hue angle of 335.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D244F is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 79 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.45 |
| HSL | 335.43º | 0.59% | 0.35% | - |
| HSV(B) | 335.43º | 0.74% | 0.55% | - |
| XYZ | 13.03 | 7.49 | 8.16 | - |
| YUV | 72.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 79 | 0 | 0.74 | 0.44 | 0.45 | 335.43 | 0.59 | 0.35 |
| Hex | 8D | 24 | 4F | 0 | 4A | 2C | 2D | 14F | 3B | 23 |
| Octal | 215 | 44 | 117 | 0 | 112 | 54 | 55 | 517 | 73 | 43 |
| Binary | 10001101 | 100100 | 1001111 | 0 | 1001010 | 101100 | 101101 | 101001111 | 111011 | 100011 |
Color Harmonies of #8D244F
Complementary color
Monochromatic Colors of #8D244F
Black with #8D244F
Text Example
Text Example
White with #8D244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D244F; }
p { color: rgb(141,36,79); }
H1.HeaderClassName
{
color: #8D244F;
}
.AnyTagClassName
{
color: #8D244F;
}
</style>
background-color css
<style>
a { background-color: #8D244F; }
a { background-color: rgb(141,36,79); }
div.DivClassName
{
background-color: #8D244F;
}
.BgClassName
{
background-color: #8D244F;
}
</style>
border-color css
<style>
span { border-color: #8D244F; }
span { border-color: rgb(141,36,79); }
td.TdClassName
{
border-color: #8D244F;
}
.TagClassName
{
border-color: #8D244F;
}
</style>