Shades of Rose Bud Cherry #8D3255
Tints of Rose Bud Cherry #8D3255
RGB
CMYK
RGB Variations
Color information
#8D3255 (or 0x8D3255) is known color: Rose Bud Cherry. HEX triplet: 8D, 32 and 55. RGB value is (141,50,85). Sum of RGB (Red+Green+Blue) = 141+50+85=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3255 is #72CDAA. Grayscale: #515151. Windows color (decimal): -7523755 or 5583501. OLE color: 5583501.
HSL color Cylindrical-coordinate representation of color #8D3255: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3255 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 85 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.45 |
| HSL | 336.92º | 0.48% | 0.37% | - |
| HSV(B) | 336.92º | 0.65% | 0.55% | - |
| XYZ | 13.76 | 8.6 | 9.53 | - |
| YUV | 81.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 85 | 0 | 0.65 | 0.40 | 0.45 | 336.92 | 0.48 | 0.37 |
| Hex | 8D | 32 | 55 | 0 | 41 | 28 | 2D | 151 | 30 | 25 |
| Octal | 215 | 62 | 125 | 0 | 101 | 50 | 55 | 521 | 60 | 45 |
| Binary | 10001101 | 110010 | 1010101 | 0 | 1000001 | 101000 | 101101 | 101010001 | 110000 | 100101 |
Color Harmonies of #8D3255
Complementary color
Monochromatic Colors of #8D3255
Black with #8D3255
Text Example
Text Example
White with #8D3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3255; }
p { color: rgb(141,50,85); }
H1.HeaderClassName
{
color: #8D3255;
}
.AnyTagClassName
{
color: #8D3255;
}
</style>
background-color css
<style>
a { background-color: #8D3255; }
a { background-color: rgb(141,50,85); }
div.DivClassName
{
background-color: #8D3255;
}
.BgClassName
{
background-color: #8D3255;
}
</style>
border-color css
<style>
span { border-color: #8D3255; }
span { border-color: rgb(141,50,85); }
td.TdClassName
{
border-color: #8D3255;
}
.TagClassName
{
border-color: #8D3255;
}
</style>