Shades of Rose Bud Cherry #8D2965
Tints of Rose Bud Cherry #8D2965
RGB
CMYK
RGB Variations
Color information
#8D2965 (or 0x8D2965) is known color: Rose Bud Cherry. HEX triplet: 8D, 29 and 65. RGB value is (141,41,101). Sum of RGB (Red+Green+Blue) = 141+41+101=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2965 is #72D69A. Grayscale: #4D4D4D. Windows color (decimal): -7526043 or 6629773. OLE color: 6629773.
HSL color Cylindrical-coordinate representation of color #8D2965: hue angle of 324º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D2965 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 101 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.45 |
| HSL | 324º | 0.55% | 0.36% | - |
| HSV(B) | 324º | 0.71% | 0.55% | - |
| XYZ | 14.13 | 8.19 | 13.15 | - |
| YUV | 77.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 101 | 0 | 0.71 | 0.28 | 0.45 | 324 | 0.55 | 0.36 |
| Hex | 8D | 29 | 65 | 0 | 47 | 1C | 2D | 144 | 37 | 24 |
| Octal | 215 | 51 | 145 | 0 | 107 | 34 | 55 | 504 | 67 | 44 |
| Binary | 10001101 | 101001 | 1100101 | 0 | 1000111 | 11100 | 101101 | 101000100 | 110111 | 100100 |
Color Harmonies of #8D2965
Complementary color
Monochromatic Colors of #8D2965
Black with #8D2965
Text Example
Text Example
White with #8D2965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2965; }
p { color: rgb(141,41,101); }
H1.HeaderClassName
{
color: #8D2965;
}
.AnyTagClassName
{
color: #8D2965;
}
</style>
background-color css
<style>
a { background-color: #8D2965; }
a { background-color: rgb(141,41,101); }
div.DivClassName
{
background-color: #8D2965;
}
.BgClassName
{
background-color: #8D2965;
}
</style>
border-color css
<style>
span { border-color: #8D2965; }
span { border-color: rgb(141,41,101); }
td.TdClassName
{
border-color: #8D2965;
}
.TagClassName
{
border-color: #8D2965;
}
</style>