Shades of Rose Bud Cherry #8D3666
Tints of Rose Bud Cherry #8D3666
RGB
CMYK
RGB Variations
Color information
#8D3666 (or 0x8D3666) is known color: Rose Bud Cherry. HEX triplet: 8D, 36 and 66. RGB value is (141,54,102). Sum of RGB (Red+Green+Blue) = 141+54+102=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3666 is #72C999. Grayscale: #555555. Windows color (decimal): -7522714 or 6698637. OLE color: 6698637.
HSL color Cylindrical-coordinate representation of color #8D3666: hue angle of 326.9º 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 #8D3666 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 102 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.45 |
| HSL | 326.9º | 0.45% | 0.38% | - |
| HSV(B) | 326.9º | 0.62% | 0.55% | - |
| XYZ | 14.7 | 9.26 | 13.58 | - |
| YUV | 85.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 102 | 0 | 0.62 | 0.28 | 0.45 | 326.9 | 0.45 | 0.38 |
| Hex | 8D | 36 | 66 | 0 | 3E | 1C | 2D | 147 | 2D | 26 |
| Octal | 215 | 66 | 146 | 0 | 76 | 34 | 55 | 507 | 55 | 46 |
| Binary | 10001101 | 110110 | 1100110 | 0 | 111110 | 11100 | 101101 | 101000111 | 101101 | 100110 |
Color Harmonies of #8D3666
Complementary color
Monochromatic Colors of #8D3666
Black with #8D3666
Text Example
Text Example
White with #8D3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3666; }
p { color: rgb(141,54,102); }
H1.HeaderClassName
{
color: #8D3666;
}
.AnyTagClassName
{
color: #8D3666;
}
</style>
background-color css
<style>
a { background-color: #8D3666; }
a { background-color: rgb(141,54,102); }
div.DivClassName
{
background-color: #8D3666;
}
.BgClassName
{
background-color: #8D3666;
}
</style>
border-color css
<style>
span { border-color: #8D3666; }
span { border-color: rgb(141,54,102); }
td.TdClassName
{
border-color: #8D3666;
}
.TagClassName
{
border-color: #8D3666;
}
</style>