Shades of Rose Bud Cherry #8D3655
Tints of Rose Bud Cherry #8D3655
RGB
CMYK
RGB Variations
Color information
#8D3655 (or 0x8D3655) is known color: Rose Bud Cherry. HEX triplet: 8D, 36 and 55. RGB value is (141,54,85). Sum of RGB (Red+Green+Blue) = 141+54+85=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3655 is #72C9AA. Grayscale: #535353. Windows color (decimal): -7522731 or 5584525. OLE color: 5584525.
HSL color Cylindrical-coordinate representation of color #8D3655: hue angle of 338.62º 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 #8D3655 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 85 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.45 |
| HSL | 338.62º | 0.45% | 0.38% | - |
| HSV(B) | 338.62º | 0.62% | 0.55% | - |
| XYZ | 13.94 | 8.96 | 9.59 | - |
| YUV | 83.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 85 | 0 | 0.62 | 0.40 | 0.45 | 338.62 | 0.45 | 0.38 |
| Hex | 8D | 36 | 55 | 0 | 3E | 28 | 2D | 153 | 2D | 26 |
| Octal | 215 | 66 | 125 | 0 | 76 | 50 | 55 | 523 | 55 | 46 |
| Binary | 10001101 | 110110 | 1010101 | 0 | 111110 | 101000 | 101101 | 101010011 | 101101 | 100110 |
Color Harmonies of #8D3655
Complementary color
Monochromatic Colors of #8D3655
Black with #8D3655
Text Example
Text Example
White with #8D3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3655; }
p { color: rgb(141,54,85); }
H1.HeaderClassName
{
color: #8D3655;
}
.AnyTagClassName
{
color: #8D3655;
}
</style>
background-color css
<style>
a { background-color: #8D3655; }
a { background-color: rgb(141,54,85); }
div.DivClassName
{
background-color: #8D3655;
}
.BgClassName
{
background-color: #8D3655;
}
</style>
border-color css
<style>
span { border-color: #8D3655; }
span { border-color: rgb(141,54,85); }
td.TdClassName
{
border-color: #8D3655;
}
.TagClassName
{
border-color: #8D3655;
}
</style>