Shades of Rose Bud Cherry #8D355C
Tints of Rose Bud Cherry #8D355C
RGB
CMYK
RGB Variations
Color information
#8D355C (or 0x8D355C) is known color: Rose Bud Cherry. HEX triplet: 8D, 35 and 5C. RGB value is (141,53,92). Sum of RGB (Red+Green+Blue) = 141+53+92=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D355C is #72CAA3. Grayscale: #535353. Windows color (decimal): -7522980 or 6043021. OLE color: 6043021.
HSL color Cylindrical-coordinate representation of color #8D355C: hue angle of 333.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D355C is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 92 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.45 |
| HSL | 333.41º | 0.45% | 0.38% | - |
| HSV(B) | 333.41º | 0.62% | 0.55% | - |
| XYZ | 14.19 | 8.98 | 11.11 | - |
| YUV | 83.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 92 | 0 | 0.62 | 0.35 | 0.45 | 333.41 | 0.45 | 0.38 |
| Hex | 8D | 35 | 5C | 0 | 3E | 23 | 2D | 14D | 2D | 26 |
| Octal | 215 | 65 | 134 | 0 | 76 | 43 | 55 | 515 | 55 | 46 |
| Binary | 10001101 | 110101 | 1011100 | 0 | 111110 | 100011 | 101101 | 101001101 | 101101 | 100110 |
Color Harmonies of #8D355C
Complementary color
Monochromatic Colors of #8D355C
Black with #8D355C
Text Example
Text Example
White with #8D355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D355C; }
p { color: rgb(141,53,92); }
H1.HeaderClassName
{
color: #8D355C;
}
.AnyTagClassName
{
color: #8D355C;
}
</style>
background-color css
<style>
a { background-color: #8D355C; }
a { background-color: rgb(141,53,92); }
div.DivClassName
{
background-color: #8D355C;
}
.BgClassName
{
background-color: #8D355C;
}
</style>
border-color css
<style>
span { border-color: #8D355C; }
span { border-color: rgb(141,53,92); }
td.TdClassName
{
border-color: #8D355C;
}
.TagClassName
{
border-color: #8D355C;
}
</style>