Shades of Rose Bud Cherry #8D3668
Tints of Rose Bud Cherry #8D3668
RGB
CMYK
RGB Variations
Color information
#8D3668 (or 0x8D3668) is known color: Rose Bud Cherry. HEX triplet: 8D, 36 and 68. RGB value is (141,54,104). Sum of RGB (Red+Green+Blue) = 141+54+104=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3668 is #72C997. Grayscale: #555555. Windows color (decimal): -7522712 or 6829709. OLE color: 6829709.
HSL color Cylindrical-coordinate representation of color #8D3668: hue angle of 325.52º 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 #8D3668 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 104 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.45 |
| HSL | 325.52º | 0.45% | 0.38% | - |
| HSV(B) | 325.52º | 0.62% | 0.55% | - |
| XYZ | 14.8 | 9.3 | 14.11 | - |
| YUV | 85.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 104 | 0 | 0.62 | 0.26 | 0.45 | 325.52 | 0.45 | 0.38 |
| Hex | 8D | 36 | 68 | 0 | 3E | 1A | 2D | 146 | 2D | 26 |
| Octal | 215 | 66 | 150 | 0 | 76 | 32 | 55 | 506 | 55 | 46 |
| Binary | 10001101 | 110110 | 1101000 | 0 | 111110 | 11010 | 101101 | 101000110 | 101101 | 100110 |
Color Harmonies of #8D3668
Complementary color
Monochromatic Colors of #8D3668
Black with #8D3668
Text Example
Text Example
White with #8D3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3668; }
p { color: rgb(141,54,104); }
H1.HeaderClassName
{
color: #8D3668;
}
.AnyTagClassName
{
color: #8D3668;
}
</style>
background-color css
<style>
a { background-color: #8D3668; }
a { background-color: rgb(141,54,104); }
div.DivClassName
{
background-color: #8D3668;
}
.BgClassName
{
background-color: #8D3668;
}
</style>
border-color css
<style>
span { border-color: #8D3668; }
span { border-color: rgb(141,54,104); }
td.TdClassName
{
border-color: #8D3668;
}
.TagClassName
{
border-color: #8D3668;
}
</style>