Shades of Rose Bud Cherry #8D295E
Tints of Rose Bud Cherry #8D295E
RGB
CMYK
RGB Variations
Color information
#8D295E (or 0x8D295E) is known color: Rose Bud Cherry. HEX triplet: 8D, 29 and 5E. RGB value is (141,41,94). Sum of RGB (Red+Green+Blue) = 141+41+94=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D295E is #72D6A1. Grayscale: #4C4C4C. Windows color (decimal): -7526050 or 6171021. OLE color: 6171021.
HSL color Cylindrical-coordinate representation of color #8D295E: hue angle of 328.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D295E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 94 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.45 |
| HSL | 328.2º | 0.55% | 0.36% | - |
| HSV(B) | 328.2º | 0.71% | 0.55% | - |
| XYZ | 13.8 | 8.06 | 11.42 | - |
| YUV | 76.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 94 | 0 | 0.71 | 0.33 | 0.45 | 328.2 | 0.55 | 0.36 |
| Hex | 8D | 29 | 5E | 0 | 47 | 21 | 2D | 148 | 37 | 24 |
| Octal | 215 | 51 | 136 | 0 | 107 | 41 | 55 | 510 | 67 | 44 |
| Binary | 10001101 | 101001 | 1011110 | 0 | 1000111 | 100001 | 101101 | 101001000 | 110111 | 100100 |
Color Harmonies of #8D295E
Complementary color
Monochromatic Colors of #8D295E
Black with #8D295E
Text Example
Text Example
White with #8D295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D295E; }
p { color: rgb(141,41,94); }
H1.HeaderClassName
{
color: #8D295E;
}
.AnyTagClassName
{
color: #8D295E;
}
</style>
background-color css
<style>
a { background-color: #8D295E; }
a { background-color: rgb(141,41,94); }
div.DivClassName
{
background-color: #8D295E;
}
.BgClassName
{
background-color: #8D295E;
}
</style>
border-color css
<style>
span { border-color: #8D295E; }
span { border-color: rgb(141,41,94); }
td.TdClassName
{
border-color: #8D295E;
}
.TagClassName
{
border-color: #8D295E;
}
</style>