Shades of Rose Bud Cherry #8E3555
Tints of Rose Bud Cherry #8E3555
RGB
CMYK
RGB Variations
Color information
#8E3555 (or 0x8E3555) is known color: Rose Bud Cherry. HEX triplet: 8E, 35 and 55. RGB value is (142,53,85). Sum of RGB (Red+Green+Blue) = 142+53+85=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3555 is #71CAAA. Grayscale: #535353. Windows color (decimal): -7457451 or 5584270. OLE color: 5584270.
HSL color Cylindrical-coordinate representation of color #8E3555: hue angle of 338.43º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3555 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 85 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.44 |
| HSL | 338.43º | 0.46% | 0.38% | - |
| HSV(B) | 338.43º | 0.63% | 0.56% | - |
| XYZ | 14.07 | 8.95 | 9.58 | - |
| YUV | 83.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 85 | 0 | 0.63 | 0.40 | 0.44 | 338.43 | 0.46 | 0.38 |
| Hex | 8E | 35 | 55 | 0 | 3F | 28 | 2C | 152 | 2E | 26 |
| Octal | 216 | 65 | 125 | 0 | 77 | 50 | 54 | 522 | 56 | 46 |
| Binary | 10001110 | 110101 | 1010101 | 0 | 111111 | 101000 | 101100 | 101010010 | 101110 | 100110 |
Color Harmonies of #8E3555
Complementary color
Monochromatic Colors of #8E3555
Black with #8E3555
Text Example
Text Example
White with #8E3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3555; }
p { color: rgb(142,53,85); }
H1.HeaderClassName
{
color: #8E3555;
}
.AnyTagClassName
{
color: #8E3555;
}
</style>
background-color css
<style>
a { background-color: #8E3555; }
a { background-color: rgb(142,53,85); }
div.DivClassName
{
background-color: #8E3555;
}
.BgClassName
{
background-color: #8E3555;
}
</style>
border-color css
<style>
span { border-color: #8E3555; }
span { border-color: rgb(142,53,85); }
td.TdClassName
{
border-color: #8E3555;
}
.TagClassName
{
border-color: #8E3555;
}
</style>