Shades of Rose Bud Cherry #8D2453
Tints of Rose Bud Cherry #8D2453
RGB
CMYK
RGB Variations
Color information
#8D2453 (or 0x8D2453) is known color: Rose Bud Cherry. HEX triplet: 8D, 24 and 53. RGB value is (141,36,83). Sum of RGB (Red+Green+Blue) = 141+36+83=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2453 is #72DBAC. Grayscale: #484848. Windows color (decimal): -7527341 or 5448845. OLE color: 5448845.
HSL color Cylindrical-coordinate representation of color #8D2453: hue angle of 333.14º 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 #8D2453 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 83 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.45 |
| HSL | 333.14º | 0.59% | 0.35% | - |
| HSV(B) | 333.14º | 0.74% | 0.55% | - |
| XYZ | 13.18 | 7.55 | 8.95 | - |
| YUV | 72.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 83 | 0 | 0.74 | 0.41 | 0.45 | 333.14 | 0.59 | 0.35 |
| Hex | 8D | 24 | 53 | 0 | 4A | 29 | 2D | 14D | 3B | 23 |
| Octal | 215 | 44 | 123 | 0 | 112 | 51 | 55 | 515 | 73 | 43 |
| Binary | 10001101 | 100100 | 1010011 | 0 | 1001010 | 101001 | 101101 | 101001101 | 111011 | 100011 |
Color Harmonies of #8D2453
Complementary color
Monochromatic Colors of #8D2453
Black with #8D2453
Text Example
Text Example
White with #8D2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2453; }
p { color: rgb(141,36,83); }
H1.HeaderClassName
{
color: #8D2453;
}
.AnyTagClassName
{
color: #8D2453;
}
</style>
background-color css
<style>
a { background-color: #8D2453; }
a { background-color: rgb(141,36,83); }
div.DivClassName
{
background-color: #8D2453;
}
.BgClassName
{
background-color: #8D2453;
}
</style>
border-color css
<style>
span { border-color: #8D2453; }
span { border-color: rgb(141,36,83); }
td.TdClassName
{
border-color: #8D2453;
}
.TagClassName
{
border-color: #8D2453;
}
</style>