Shades of Rose Bud Cherry #8D225A
Tints of Rose Bud Cherry #8D225A
RGB
CMYK
RGB Variations
Color information
#8D225A (or 0x8D225A) is known color: Rose Bud Cherry. HEX triplet: 8D, 22 and 5A. RGB value is (141,34,90). Sum of RGB (Red+Green+Blue) = 141+34+90=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D225A is #72DDA5. Grayscale: #484848. Windows color (decimal): -7527846 or 5907085. OLE color: 5907085.
HSL color Cylindrical-coordinate representation of color #8D225A: hue angle of 328.6º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D225A is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 90 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.45 |
| HSL | 328.6º | 0.61% | 0.34% | - |
| HSV(B) | 328.6º | 0.76% | 0.55% | - |
| XYZ | 13.4 | 7.54 | 10.42 | - |
| YUV | 72.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 90 | 0 | 0.76 | 0.36 | 0.45 | 328.6 | 0.61 | 0.34 |
| Hex | 8D | 22 | 5A | 0 | 4C | 24 | 2D | 149 | 3D | 22 |
| Octal | 215 | 42 | 132 | 0 | 114 | 44 | 55 | 511 | 75 | 42 |
| Binary | 10001101 | 100010 | 1011010 | 0 | 1001100 | 100100 | 101101 | 101001001 | 111101 | 100010 |
Color Harmonies of #8D225A
Complementary color
Monochromatic Colors of #8D225A
Black with #8D225A
Text Example
Text Example
White with #8D225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D225A; }
p { color: rgb(141,34,90); }
H1.HeaderClassName
{
color: #8D225A;
}
.AnyTagClassName
{
color: #8D225A;
}
</style>
background-color css
<style>
a { background-color: #8D225A; }
a { background-color: rgb(141,34,90); }
div.DivClassName
{
background-color: #8D225A;
}
.BgClassName
{
background-color: #8D225A;
}
</style>
border-color css
<style>
span { border-color: #8D225A; }
span { border-color: rgb(141,34,90); }
td.TdClassName
{
border-color: #8D225A;
}
.TagClassName
{
border-color: #8D225A;
}
</style>