Shades of Rose Bud Cherry #8D3456
Tints of Rose Bud Cherry #8D3456
RGB
CMYK
RGB Variations
Color information
#8D3456 (or 0x8D3456) is known color: Rose Bud Cherry. HEX triplet: 8D, 34 and 56. RGB value is (141,52,86). Sum of RGB (Red+Green+Blue) = 141+52+86=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3456 is #72CBA9. Grayscale: #525252. Windows color (decimal): -7523242 or 5649549. OLE color: 5649549.
HSL color Cylindrical-coordinate representation of color #8D3456: hue angle of 337.08º 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 #8D3456 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 86 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.45 |
| HSL | 337.08º | 0.46% | 0.38% | - |
| HSV(B) | 337.08º | 0.63% | 0.55% | - |
| XYZ | 13.89 | 8.79 | 9.77 | - |
| YUV | 82.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 86 | 0 | 0.63 | 0.39 | 0.45 | 337.08 | 0.46 | 0.38 |
| Hex | 8D | 34 | 56 | 0 | 3F | 27 | 2D | 151 | 2E | 26 |
| Octal | 215 | 64 | 126 | 0 | 77 | 47 | 55 | 521 | 56 | 46 |
| Binary | 10001101 | 110100 | 1010110 | 0 | 111111 | 100111 | 101101 | 101010001 | 101110 | 100110 |
Color Harmonies of #8D3456
Complementary color
Monochromatic Colors of #8D3456
Black with #8D3456
Text Example
Text Example
White with #8D3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3456; }
p { color: rgb(141,52,86); }
H1.HeaderClassName
{
color: #8D3456;
}
.AnyTagClassName
{
color: #8D3456;
}
</style>
background-color css
<style>
a { background-color: #8D3456; }
a { background-color: rgb(141,52,86); }
div.DivClassName
{
background-color: #8D3456;
}
.BgClassName
{
background-color: #8D3456;
}
</style>
border-color css
<style>
span { border-color: #8D3456; }
span { border-color: rgb(141,52,86); }
td.TdClassName
{
border-color: #8D3456;
}
.TagClassName
{
border-color: #8D3456;
}
</style>