Shades of Rose Bud Cherry #8E3553
Tints of Rose Bud Cherry #8E3553
RGB
CMYK
RGB Variations
Color information
#8E3553 (or 0x8E3553) is known color: Rose Bud Cherry. HEX triplet: 8E, 35 and 53. RGB value is (142,53,83). Sum of RGB (Red+Green+Blue) = 142+53+83=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3553 is #71CAAC. Grayscale: #535353. Windows color (decimal): -7457453 or 5453198. OLE color: 5453198.
HSL color Cylindrical-coordinate representation of color #8E3553: hue angle of 339.78º 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 #8E3553 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 83 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.44 |
| HSL | 339.78º | 0.46% | 0.38% | - |
| HSV(B) | 339.78º | 0.63% | 0.56% | - |
| XYZ | 13.99 | 8.92 | 9.17 | - |
| YUV | 83.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 83 | 0 | 0.63 | 0.42 | 0.44 | 339.78 | 0.46 | 0.38 |
| Hex | 8E | 35 | 53 | 0 | 3F | 2A | 2C | 154 | 2E | 26 |
| Octal | 216 | 65 | 123 | 0 | 77 | 52 | 54 | 524 | 56 | 46 |
| Binary | 10001110 | 110101 | 1010011 | 0 | 111111 | 101010 | 101100 | 101010100 | 101110 | 100110 |
Color Harmonies of #8E3553
Complementary color
Monochromatic Colors of #8E3553
Black with #8E3553
Text Example
Text Example
White with #8E3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3553; }
p { color: rgb(142,53,83); }
H1.HeaderClassName
{
color: #8E3553;
}
.AnyTagClassName
{
color: #8E3553;
}
</style>
background-color css
<style>
a { background-color: #8E3553; }
a { background-color: rgb(142,53,83); }
div.DivClassName
{
background-color: #8E3553;
}
.BgClassName
{
background-color: #8E3553;
}
</style>
border-color css
<style>
span { border-color: #8E3553; }
span { border-color: rgb(142,53,83); }
td.TdClassName
{
border-color: #8E3553;
}
.TagClassName
{
border-color: #8E3553;
}
</style>