Shades of Rose Bud Cherry #8D2F61
Tints of Rose Bud Cherry #8D2F61
RGB
CMYK
RGB Variations
Color information
#8D2F61 (or 0x8D2F61) is known color: Rose Bud Cherry. HEX triplet: 8D, 2F and 61. RGB value is (141,47,97). Sum of RGB (Red+Green+Blue) = 141+47+97=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F61 is #72D09E. Grayscale: #505050. Windows color (decimal): -7524511 or 6369165. OLE color: 6369165.
HSL color Cylindrical-coordinate representation of color #8D2F61: hue angle of 328.09º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F61 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 97 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.45 |
| HSL | 328.09º | 0.5% | 0.37% | - |
| HSV(B) | 328.09º | 0.67% | 0.55% | - |
| XYZ | 14.16 | 8.56 | 12.22 | - |
| YUV | 80.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 97 | 0 | 0.67 | 0.31 | 0.45 | 328.09 | 0.5 | 0.37 |
| Hex | 8D | 2F | 61 | 0 | 43 | 1F | 2D | 148 | 32 | 25 |
| Octal | 215 | 57 | 141 | 0 | 103 | 37 | 55 | 510 | 62 | 45 |
| Binary | 10001101 | 101111 | 1100001 | 0 | 1000011 | 11111 | 101101 | 101001000 | 110010 | 100101 |
Color Harmonies of #8D2F61
Complementary color
Monochromatic Colors of #8D2F61
Black with #8D2F61
Text Example
Text Example
White with #8D2F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F61; }
p { color: rgb(141,47,97); }
H1.HeaderClassName
{
color: #8D2F61;
}
.AnyTagClassName
{
color: #8D2F61;
}
</style>
background-color css
<style>
a { background-color: #8D2F61; }
a { background-color: rgb(141,47,97); }
div.DivClassName
{
background-color: #8D2F61;
}
.BgClassName
{
background-color: #8D2F61;
}
</style>
border-color css
<style>
span { border-color: #8D2F61; }
span { border-color: rgb(141,47,97); }
td.TdClassName
{
border-color: #8D2F61;
}
.TagClassName
{
border-color: #8D2F61;
}
</style>