Shades of Rose Bud Cherry #8D3355
Tints of Rose Bud Cherry #8D3355
RGB
CMYK
RGB Variations
Color information
#8D3355 (or 0x8D3355) is known color: Rose Bud Cherry. HEX triplet: 8D, 33 and 55. RGB value is (141,51,85). Sum of RGB (Red+Green+Blue) = 141+51+85=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3355 is #72CCAA. Grayscale: #515151. Windows color (decimal): -7523499 or 5583757. OLE color: 5583757.
HSL color Cylindrical-coordinate representation of color #8D3355: hue angle of 337.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3355 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 85 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.45 |
| HSL | 337.33º | 0.47% | 0.38% | - |
| HSV(B) | 337.33º | 0.64% | 0.55% | - |
| XYZ | 13.81 | 8.69 | 9.54 | - |
| YUV | 81.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 85 | 0 | 0.64 | 0.40 | 0.45 | 337.33 | 0.47 | 0.38 |
| Hex | 8D | 33 | 55 | 0 | 40 | 28 | 2D | 151 | 2F | 26 |
| Octal | 215 | 63 | 125 | 0 | 100 | 50 | 55 | 521 | 57 | 46 |
| Binary | 10001101 | 110011 | 1010101 | 0 | 1000000 | 101000 | 101101 | 101010001 | 101111 | 100110 |
Color Harmonies of #8D3355
Complementary color
Monochromatic Colors of #8D3355
Black with #8D3355
Text Example
Text Example
White with #8D3355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3355; }
p { color: rgb(141,51,85); }
H1.HeaderClassName
{
color: #8D3355;
}
.AnyTagClassName
{
color: #8D3355;
}
</style>
background-color css
<style>
a { background-color: #8D3355; }
a { background-color: rgb(141,51,85); }
div.DivClassName
{
background-color: #8D3355;
}
.BgClassName
{
background-color: #8D3355;
}
</style>
border-color css
<style>
span { border-color: #8D3355; }
span { border-color: rgb(141,51,85); }
td.TdClassName
{
border-color: #8D3355;
}
.TagClassName
{
border-color: #8D3355;
}
</style>