Shades of Rose Bud Cherry #8D345C
Tints of Rose Bud Cherry #8D345C
RGB
CMYK
RGB Variations
Color information
#8D345C (or 0x8D345C) is known color: Rose Bud Cherry. HEX triplet: 8D, 34 and 5C. RGB value is (141,52,92). Sum of RGB (Red+Green+Blue) = 141+52+92=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D345C is #72CBA3. Grayscale: #535353. Windows color (decimal): -7523236 or 6042765. OLE color: 6042765.
HSL color Cylindrical-coordinate representation of color #8D345C: hue angle of 333.03º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D345C is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 92 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.45 |
| HSL | 333.03º | 0.46% | 0.38% | - |
| HSV(B) | 333.03º | 0.63% | 0.55% | - |
| XYZ | 14.14 | 8.89 | 11.1 | - |
| YUV | 83.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 92 | 0 | 0.63 | 0.35 | 0.45 | 333.03 | 0.46 | 0.38 |
| Hex | 8D | 34 | 5C | 0 | 3F | 23 | 2D | 14D | 2E | 26 |
| Octal | 215 | 64 | 134 | 0 | 77 | 43 | 55 | 515 | 56 | 46 |
| Binary | 10001101 | 110100 | 1011100 | 0 | 111111 | 100011 | 101101 | 101001101 | 101110 | 100110 |
Color Harmonies of #8D345C
Complementary color
Monochromatic Colors of #8D345C
Black with #8D345C
Text Example
Text Example
White with #8D345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D345C; }
p { color: rgb(141,52,92); }
H1.HeaderClassName
{
color: #8D345C;
}
.AnyTagClassName
{
color: #8D345C;
}
</style>
background-color css
<style>
a { background-color: #8D345C; }
a { background-color: rgb(141,52,92); }
div.DivClassName
{
background-color: #8D345C;
}
.BgClassName
{
background-color: #8D345C;
}
</style>
border-color css
<style>
span { border-color: #8D345C; }
span { border-color: rgb(141,52,92); }
td.TdClassName
{
border-color: #8D345C;
}
.TagClassName
{
border-color: #8D345C;
}
</style>