Shades of Rose Bud Cherry #8D2851
Tints of Rose Bud Cherry #8D2851
RGB
CMYK
RGB Variations
Color information
#8D2851 (or 0x8D2851) is known color: Rose Bud Cherry. HEX triplet: 8D, 28 and 51. RGB value is (141,40,81). Sum of RGB (Red+Green+Blue) = 141+40+81=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2851 is #72D7AE. Grayscale: #4A4A4A. Windows color (decimal): -7526319 or 5318797. OLE color: 5318797.
HSL color Cylindrical-coordinate representation of color #8D2851: hue angle of 335.64º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2851 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 81 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.45 |
| HSL | 335.64º | 0.56% | 0.35% | - |
| HSV(B) | 335.64º | 0.72% | 0.55% | - |
| XYZ | 13.23 | 7.77 | 8.59 | - |
| YUV | 74.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 81 | 0 | 0.72 | 0.43 | 0.45 | 335.64 | 0.56 | 0.35 |
| Hex | 8D | 28 | 51 | 0 | 48 | 2B | 2D | 150 | 38 | 23 |
| Octal | 215 | 50 | 121 | 0 | 110 | 53 | 55 | 520 | 70 | 43 |
| Binary | 10001101 | 101000 | 1010001 | 0 | 1001000 | 101011 | 101101 | 101010000 | 111000 | 100011 |
Color Harmonies of #8D2851
Complementary color
Monochromatic Colors of #8D2851
Black with #8D2851
Text Example
Text Example
White with #8D2851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2851; }
p { color: rgb(141,40,81); }
H1.HeaderClassName
{
color: #8D2851;
}
.AnyTagClassName
{
color: #8D2851;
}
</style>
background-color css
<style>
a { background-color: #8D2851; }
a { background-color: rgb(141,40,81); }
div.DivClassName
{
background-color: #8D2851;
}
.BgClassName
{
background-color: #8D2851;
}
</style>
border-color css
<style>
span { border-color: #8D2851; }
span { border-color: rgb(141,40,81); }
td.TdClassName
{
border-color: #8D2851;
}
.TagClassName
{
border-color: #8D2851;
}
</style>