Shades of Rose Bud Cherry #8D2360
Tints of Rose Bud Cherry #8D2360
RGB
CMYK
RGB Variations
Color information
#8D2360 (or 0x8D2360) is known color: Rose Bud Cherry. HEX triplet: 8D, 23 and 60. RGB value is (141,35,96). Sum of RGB (Red+Green+Blue) = 141+35+96=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2360 is #72DC9F. Grayscale: #494949. Windows color (decimal): -7527584 or 6300557. OLE color: 6300557.
HSL color Cylindrical-coordinate representation of color #8D2360: hue angle of 325.47º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2360 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 96 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.45 |
| HSL | 325.47º | 0.6% | 0.35% | - |
| HSV(B) | 325.47º | 0.75% | 0.55% | - |
| XYZ | 13.7 | 7.71 | 11.83 | - |
| YUV | 73.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 96 | 0 | 0.75 | 0.32 | 0.45 | 325.47 | 0.6 | 0.35 |
| Hex | 8D | 23 | 60 | 0 | 4B | 20 | 2D | 145 | 3C | 23 |
| Octal | 215 | 43 | 140 | 0 | 113 | 40 | 55 | 505 | 74 | 43 |
| Binary | 10001101 | 100011 | 1100000 | 0 | 1001011 | 100000 | 101101 | 101000101 | 111100 | 100011 |
Color Harmonies of #8D2360
Complementary color
Monochromatic Colors of #8D2360
Black with #8D2360
Text Example
Text Example
White with #8D2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2360; }
p { color: rgb(141,35,96); }
H1.HeaderClassName
{
color: #8D2360;
}
.AnyTagClassName
{
color: #8D2360;
}
</style>
background-color css
<style>
a { background-color: #8D2360; }
a { background-color: rgb(141,35,96); }
div.DivClassName
{
background-color: #8D2360;
}
.BgClassName
{
background-color: #8D2360;
}
</style>
border-color css
<style>
span { border-color: #8D2360; }
span { border-color: rgb(141,35,96); }
td.TdClassName
{
border-color: #8D2360;
}
.TagClassName
{
border-color: #8D2360;
}
</style>