Shades of Rose Bud Cherry #8D2963
Tints of Rose Bud Cherry #8D2963
RGB
CMYK
RGB Variations
Color information
#8D2963 (or 0x8D2963) is known color: Rose Bud Cherry. HEX triplet: 8D, 29 and 63. RGB value is (141,41,99). Sum of RGB (Red+Green+Blue) = 141+41+99=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2963 is #72D69C. Grayscale: #4D4D4D. Windows color (decimal): -7526045 or 6498701. OLE color: 6498701.
HSL color Cylindrical-coordinate representation of color #8D2963: hue angle of 325.2º 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 #8D2963 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 99 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.45 |
| HSL | 325.2º | 0.55% | 0.36% | - |
| HSV(B) | 325.2º | 0.71% | 0.55% | - |
| XYZ | 14.03 | 8.15 | 12.64 | - |
| YUV | 77.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 99 | 0 | 0.71 | 0.30 | 0.45 | 325.2 | 0.55 | 0.36 |
| Hex | 8D | 29 | 63 | 0 | 47 | 1E | 2D | 145 | 37 | 24 |
| Octal | 215 | 51 | 143 | 0 | 107 | 36 | 55 | 505 | 67 | 44 |
| Binary | 10001101 | 101001 | 1100011 | 0 | 1000111 | 11110 | 101101 | 101000101 | 110111 | 100100 |
Color Harmonies of #8D2963
Complementary color
Monochromatic Colors of #8D2963
Black with #8D2963
Text Example
Text Example
White with #8D2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2963; }
p { color: rgb(141,41,99); }
H1.HeaderClassName
{
color: #8D2963;
}
.AnyTagClassName
{
color: #8D2963;
}
</style>
background-color css
<style>
a { background-color: #8D2963; }
a { background-color: rgb(141,41,99); }
div.DivClassName
{
background-color: #8D2963;
}
.BgClassName
{
background-color: #8D2963;
}
</style>
border-color css
<style>
span { border-color: #8D2963; }
span { border-color: rgb(141,41,99); }
td.TdClassName
{
border-color: #8D2963;
}
.TagClassName
{
border-color: #8D2963;
}
</style>