Shades of Rose Bud Cherry #8D255F
Tints of Rose Bud Cherry #8D255F
RGB
CMYK
RGB Variations
Color information
#8D255F (or 0x8D255F) is known color: Rose Bud Cherry. HEX triplet: 8D, 25 and 5F. RGB value is (141,37,95). Sum of RGB (Red+Green+Blue) = 141+37+95=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D255F is #72DAA0. Grayscale: #4A4A4A. Windows color (decimal): -7527073 or 6235533. OLE color: 6235533.
HSL color Cylindrical-coordinate representation of color #8D255F: hue angle of 326.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D255F is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 95 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.45 |
| HSL | 326.54º | 0.58% | 0.35% | - |
| HSV(B) | 326.54º | 0.74% | 0.55% | - |
| XYZ | 13.71 | 7.81 | 11.61 | - |
| YUV | 74.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 95 | 0 | 0.74 | 0.33 | 0.45 | 326.54 | 0.58 | 0.35 |
| Hex | 8D | 25 | 5F | 0 | 4A | 21 | 2D | 147 | 3A | 23 |
| Octal | 215 | 45 | 137 | 0 | 112 | 41 | 55 | 507 | 72 | 43 |
| Binary | 10001101 | 100101 | 1011111 | 0 | 1001010 | 100001 | 101101 | 101000111 | 111010 | 100011 |
Color Harmonies of #8D255F
Complementary color
Monochromatic Colors of #8D255F
Black with #8D255F
Text Example
Text Example
White with #8D255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D255F; }
p { color: rgb(141,37,95); }
H1.HeaderClassName
{
color: #8D255F;
}
.AnyTagClassName
{
color: #8D255F;
}
</style>
background-color css
<style>
a { background-color: #8D255F; }
a { background-color: rgb(141,37,95); }
div.DivClassName
{
background-color: #8D255F;
}
.BgClassName
{
background-color: #8D255F;
}
</style>
border-color css
<style>
span { border-color: #8D255F; }
span { border-color: rgb(141,37,95); }
td.TdClassName
{
border-color: #8D255F;
}
.TagClassName
{
border-color: #8D255F;
}
</style>