Shades of Rose Bud Cherry #8D3C5F
Tints of Rose Bud Cherry #8D3C5F
RGB
CMYK
RGB Variations
Color information
#8D3C5F (or 0x8D3C5F) is known color: Rose Bud Cherry. HEX triplet: 8D, 3C and 5F. RGB value is (141,60,95). Sum of RGB (Red+Green+Blue) = 141+60+95=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3C5F is #72C3A0. Grayscale: #585858. Windows color (decimal): -7521185 or 6241421. OLE color: 6241421.
HSL color Cylindrical-coordinate representation of color #8D3C5F: hue angle of 334.07º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3C5F is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 95 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.45 |
| HSL | 334.07º | 0.4% | 0.39% | - |
| HSV(B) | 334.07º | 0.57% | 0.55% | - |
| XYZ | 14.67 | 9.72 | 11.93 | - |
| YUV | 88.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 95 | 0 | 0.57 | 0.33 | 0.45 | 334.07 | 0.4 | 0.39 |
| Hex | 8D | 3C | 5F | 0 | 39 | 21 | 2D | 14E | 28 | 27 |
| Octal | 215 | 74 | 137 | 0 | 71 | 41 | 55 | 516 | 50 | 47 |
| Binary | 10001101 | 111100 | 1011111 | 0 | 111001 | 100001 | 101101 | 101001110 | 101000 | 100111 |
Color Harmonies of #8D3C5F
Complementary color
Monochromatic Colors of #8D3C5F
Black with #8D3C5F
Text Example
Text Example
White with #8D3C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C5F; }
p { color: rgb(141,60,95); }
H1.HeaderClassName
{
color: #8D3C5F;
}
.AnyTagClassName
{
color: #8D3C5F;
}
</style>
background-color css
<style>
a { background-color: #8D3C5F; }
a { background-color: rgb(141,60,95); }
div.DivClassName
{
background-color: #8D3C5F;
}
.BgClassName
{
background-color: #8D3C5F;
}
</style>
border-color css
<style>
span { border-color: #8D3C5F; }
span { border-color: rgb(141,60,95); }
td.TdClassName
{
border-color: #8D3C5F;
}
.TagClassName
{
border-color: #8D3C5F;
}
</style>