Shades of Rose Bud Cherry #8D346B
Tints of Rose Bud Cherry #8D346B
RGB
CMYK
RGB Variations
Color information
#8D346B (or 0x8D346B) is known color: Rose Bud Cherry. HEX triplet: 8D, 34 and 6B. RGB value is (141,52,107). Sum of RGB (Red+Green+Blue) = 141+52+107=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D346B is #72CB94. Grayscale: #545454. Windows color (decimal): -7523221 or 7025805. OLE color: 7025805.
HSL color Cylindrical-coordinate representation of color #8D346B: hue angle of 322.92º 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 #8D346B is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 107 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.45 |
| HSL | 322.92º | 0.46% | 0.38% | - |
| HSV(B) | 322.92º | 0.63% | 0.55% | - |
| XYZ | 14.87 | 9.18 | 14.9 | - |
| YUV | 84.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 107 | 0 | 0.63 | 0.24 | 0.45 | 322.92 | 0.46 | 0.38 |
| Hex | 8D | 34 | 6B | 0 | 3F | 18 | 2D | 143 | 2E | 26 |
| Octal | 215 | 64 | 153 | 0 | 77 | 30 | 55 | 503 | 56 | 46 |
| Binary | 10001101 | 110100 | 1101011 | 0 | 111111 | 11000 | 101101 | 101000011 | 101110 | 100110 |
Color Harmonies of #8D346B
Complementary color
Monochromatic Colors of #8D346B
Black with #8D346B
Text Example
Text Example
White with #8D346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D346B; }
p { color: rgb(141,52,107); }
H1.HeaderClassName
{
color: #8D346B;
}
.AnyTagClassName
{
color: #8D346B;
}
</style>
background-color css
<style>
a { background-color: #8D346B; }
a { background-color: rgb(141,52,107); }
div.DivClassName
{
background-color: #8D346B;
}
.BgClassName
{
background-color: #8D346B;
}
</style>
border-color css
<style>
span { border-color: #8D346B; }
span { border-color: rgb(141,52,107); }
td.TdClassName
{
border-color: #8D346B;
}
.TagClassName
{
border-color: #8D346B;
}
</style>