Shades of Rose Bud Cherry #8D3457
Tints of Rose Bud Cherry #8D3457
RGB
CMYK
RGB Variations
Color information
#8D3457 (or 0x8D3457) is known color: Rose Bud Cherry. HEX triplet: 8D, 34 and 57. RGB value is (141,52,87). Sum of RGB (Red+Green+Blue) = 141+52+87=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3457 is #72CBA8. Grayscale: #525252. Windows color (decimal): -7523241 or 5715085. OLE color: 5715085.
HSL color Cylindrical-coordinate representation of color #8D3457: hue angle of 336.4º 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 #8D3457 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 87 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.45 |
| HSL | 336.4º | 0.46% | 0.38% | - |
| HSV(B) | 336.4º | 0.63% | 0.55% | - |
| XYZ | 13.93 | 8.81 | 9.98 | - |
| YUV | 82.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 87 | 0 | 0.63 | 0.38 | 0.45 | 336.4 | 0.46 | 0.38 |
| Hex | 8D | 34 | 57 | 0 | 3F | 26 | 2D | 150 | 2E | 26 |
| Octal | 215 | 64 | 127 | 0 | 77 | 46 | 55 | 520 | 56 | 46 |
| Binary | 10001101 | 110100 | 1010111 | 0 | 111111 | 100110 | 101101 | 101010000 | 101110 | 100110 |
Color Harmonies of #8D3457
Complementary color
Monochromatic Colors of #8D3457
Black with #8D3457
Text Example
Text Example
White with #8D3457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3457; }
p { color: rgb(141,52,87); }
H1.HeaderClassName
{
color: #8D3457;
}
.AnyTagClassName
{
color: #8D3457;
}
</style>
background-color css
<style>
a { background-color: #8D3457; }
a { background-color: rgb(141,52,87); }
div.DivClassName
{
background-color: #8D3457;
}
.BgClassName
{
background-color: #8D3457;
}
</style>
border-color css
<style>
span { border-color: #8D3457; }
span { border-color: rgb(141,52,87); }
td.TdClassName
{
border-color: #8D3457;
}
.TagClassName
{
border-color: #8D3457;
}
</style>