Shades of Rose Bud Cherry #8D295C
Tints of Rose Bud Cherry #8D295C
RGB
CMYK
RGB Variations
Color information
#8D295C (or 0x8D295C) is known color: Rose Bud Cherry. HEX triplet: 8D, 29 and 5C. RGB value is (141,41,92). Sum of RGB (Red+Green+Blue) = 141+41+92=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D295C is #72D6A3. Grayscale: #4C4C4C. Windows color (decimal): -7526052 or 6039949. OLE color: 6039949.
HSL color Cylindrical-coordinate representation of color #8D295C: hue angle of 329.4º 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 #8D295C is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 92 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.45 |
| HSL | 329.4º | 0.55% | 0.36% | - |
| HSV(B) | 329.4º | 0.71% | 0.55% | - |
| XYZ | 13.71 | 8.02 | 10.95 | - |
| YUV | 76.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 92 | 0 | 0.71 | 0.35 | 0.45 | 329.4 | 0.55 | 0.36 |
| Hex | 8D | 29 | 5C | 0 | 47 | 23 | 2D | 149 | 37 | 24 |
| Octal | 215 | 51 | 134 | 0 | 107 | 43 | 55 | 511 | 67 | 44 |
| Binary | 10001101 | 101001 | 1011100 | 0 | 1000111 | 100011 | 101101 | 101001001 | 110111 | 100100 |
Color Harmonies of #8D295C
Complementary color
Monochromatic Colors of #8D295C
Black with #8D295C
Text Example
Text Example
White with #8D295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D295C; }
p { color: rgb(141,41,92); }
H1.HeaderClassName
{
color: #8D295C;
}
.AnyTagClassName
{
color: #8D295C;
}
</style>
background-color css
<style>
a { background-color: #8D295C; }
a { background-color: rgb(141,41,92); }
div.DivClassName
{
background-color: #8D295C;
}
.BgClassName
{
background-color: #8D295C;
}
</style>
border-color css
<style>
span { border-color: #8D295C; }
span { border-color: rgb(141,41,92); }
td.TdClassName
{
border-color: #8D295C;
}
.TagClassName
{
border-color: #8D295C;
}
</style>