Shades of Rose Bud Cherry #8D3663
Tints of Rose Bud Cherry #8D3663
RGB
CMYK
RGB Variations
Color information
#8D3663 (or 0x8D3663) is known color: Rose Bud Cherry. HEX triplet: 8D, 36 and 63. RGB value is (141,54,99). Sum of RGB (Red+Green+Blue) = 141+54+99=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3663 is #72C99C. Grayscale: #555555. Windows color (decimal): -7522717 or 6502029. OLE color: 6502029.
HSL color Cylindrical-coordinate representation of color #8D3663: hue angle of 328.97º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3663 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 99 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.45 |
| HSL | 328.97º | 0.45% | 0.38% | - |
| HSV(B) | 328.97º | 0.62% | 0.55% | - |
| XYZ | 14.56 | 9.2 | 12.81 | - |
| YUV | 85.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 99 | 0 | 0.62 | 0.30 | 0.45 | 328.97 | 0.45 | 0.38 |
| Hex | 8D | 36 | 63 | 0 | 3E | 1E | 2D | 149 | 2D | 26 |
| Octal | 215 | 66 | 143 | 0 | 76 | 36 | 55 | 511 | 55 | 46 |
| Binary | 10001101 | 110110 | 1100011 | 0 | 111110 | 11110 | 101101 | 101001001 | 101101 | 100110 |
Color Harmonies of #8D3663
Complementary color
Monochromatic Colors of #8D3663
Black with #8D3663
Text Example
Text Example
White with #8D3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3663; }
p { color: rgb(141,54,99); }
H1.HeaderClassName
{
color: #8D3663;
}
.AnyTagClassName
{
color: #8D3663;
}
</style>
background-color css
<style>
a { background-color: #8D3663; }
a { background-color: rgb(141,54,99); }
div.DivClassName
{
background-color: #8D3663;
}
.BgClassName
{
background-color: #8D3663;
}
</style>
border-color css
<style>
span { border-color: #8D3663; }
span { border-color: rgb(141,54,99); }
td.TdClassName
{
border-color: #8D3663;
}
.TagClassName
{
border-color: #8D3663;
}
</style>