Shades of Rose Bud Cherry #8D235E
Tints of Rose Bud Cherry #8D235E
RGB
CMYK
RGB Variations
Color information
#8D235E (or 0x8D235E) is known color: Rose Bud Cherry. HEX triplet: 8D, 23 and 5E. RGB value is (141,35,94). Sum of RGB (Red+Green+Blue) = 141+35+94=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D235E is #72DCA1. Grayscale: #494949. Windows color (decimal): -7527586 or 6169485. OLE color: 6169485.
HSL color Cylindrical-coordinate representation of color #8D235E: hue angle of 326.6º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D235E is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 94 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.45 |
| HSL | 326.6º | 0.6% | 0.35% | - |
| HSV(B) | 326.6º | 0.75% | 0.55% | - |
| XYZ | 13.61 | 7.67 | 11.35 | - |
| YUV | 73.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 94 | 0 | 0.75 | 0.33 | 0.45 | 326.6 | 0.6 | 0.35 |
| Hex | 8D | 23 | 5E | 0 | 4B | 21 | 2D | 147 | 3C | 23 |
| Octal | 215 | 43 | 136 | 0 | 113 | 41 | 55 | 507 | 74 | 43 |
| Binary | 10001101 | 100011 | 1011110 | 0 | 1001011 | 100001 | 101101 | 101000111 | 111100 | 100011 |
Color Harmonies of #8D235E
Complementary color
Monochromatic Colors of #8D235E
Black with #8D235E
Text Example
Text Example
White with #8D235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D235E; }
p { color: rgb(141,35,94); }
H1.HeaderClassName
{
color: #8D235E;
}
.AnyTagClassName
{
color: #8D235E;
}
</style>
background-color css
<style>
a { background-color: #8D235E; }
a { background-color: rgb(141,35,94); }
div.DivClassName
{
background-color: #8D235E;
}
.BgClassName
{
background-color: #8D235E;
}
</style>
border-color css
<style>
span { border-color: #8D235E; }
span { border-color: rgb(141,35,94); }
td.TdClassName
{
border-color: #8D235E;
}
.TagClassName
{
border-color: #8D235E;
}
</style>