Shades of Rose Bud Cherry #8D3764
Tints of Rose Bud Cherry #8D3764
RGB
CMYK
RGB Variations
Color information
#8D3764 (or 0x8D3764) is known color: Rose Bud Cherry. HEX triplet: 8D, 37 and 64. RGB value is (141,55,100). Sum of RGB (Red+Green+Blue) = 141+55+100=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3764 is #72C89B. Grayscale: #555555. Windows color (decimal): -7522460 or 6567821. OLE color: 6567821.
HSL color Cylindrical-coordinate representation of color #8D3764: hue angle of 328.6º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3764 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 100 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.45 |
| HSL | 328.6º | 0.44% | 0.38% | - |
| HSV(B) | 328.6º | 0.61% | 0.55% | - |
| XYZ | 14.65 | 9.32 | 13.08 | - |
| YUV | 85.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 100 | 0 | 0.61 | 0.29 | 0.45 | 328.6 | 0.44 | 0.38 |
| Hex | 8D | 37 | 64 | 0 | 3D | 1D | 2D | 149 | 2C | 26 |
| Octal | 215 | 67 | 144 | 0 | 75 | 35 | 55 | 511 | 54 | 46 |
| Binary | 10001101 | 110111 | 1100100 | 0 | 111101 | 11101 | 101101 | 101001001 | 101100 | 100110 |
Color Harmonies of #8D3764
Complementary color
Monochromatic Colors of #8D3764
Black with #8D3764
Text Example
Text Example
White with #8D3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3764; }
p { color: rgb(141,55,100); }
H1.HeaderClassName
{
color: #8D3764;
}
.AnyTagClassName
{
color: #8D3764;
}
</style>
background-color css
<style>
a { background-color: #8D3764; }
a { background-color: rgb(141,55,100); }
div.DivClassName
{
background-color: #8D3764;
}
.BgClassName
{
background-color: #8D3764;
}
</style>
border-color css
<style>
span { border-color: #8D3764; }
span { border-color: rgb(141,55,100); }
td.TdClassName
{
border-color: #8D3764;
}
.TagClassName
{
border-color: #8D3764;
}
</style>