Shades of Rose Bud Cherry #8E3D57
Tints of Rose Bud Cherry #8E3D57
RGB
CMYK
RGB Variations
Color information
#8E3D57 (or 0x8E3D57) is known color: Rose Bud Cherry. HEX triplet: 8E, 3D and 57. RGB value is (142,61,87). Sum of RGB (Red+Green+Blue) = 142+61+87=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3D57 is #71C2A8. Grayscale: #585858. Windows color (decimal): -7455401 or 5717390. OLE color: 5717390.
HSL color Cylindrical-coordinate representation of color #8E3D57: hue angle of 340.74º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D57 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 87 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.44 |
| HSL | 340.74º | 0.4% | 0.4% | - |
| HSV(B) | 340.74º | 0.57% | 0.56% | - |
| XYZ | 14.54 | 9.78 | 10.14 | - |
| YUV | 88.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 87 | 0 | 0.57 | 0.39 | 0.44 | 340.74 | 0.4 | 0.4 |
| Hex | 8E | 3D | 57 | 0 | 39 | 27 | 2C | 155 | 28 | 28 |
| Octal | 216 | 75 | 127 | 0 | 71 | 47 | 54 | 525 | 50 | 50 |
| Binary | 10001110 | 111101 | 1010111 | 0 | 111001 | 100111 | 101100 | 101010101 | 101000 | 101000 |
Color Harmonies of #8E3D57
Complementary color
Monochromatic Colors of #8E3D57
Black with #8E3D57
Text Example
Text Example
White with #8E3D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D57; }
p { color: rgb(142,61,87); }
H1.HeaderClassName
{
color: #8E3D57;
}
.AnyTagClassName
{
color: #8E3D57;
}
</style>
background-color css
<style>
a { background-color: #8E3D57; }
a { background-color: rgb(142,61,87); }
div.DivClassName
{
background-color: #8E3D57;
}
.BgClassName
{
background-color: #8E3D57;
}
</style>
border-color css
<style>
span { border-color: #8E3D57; }
span { border-color: rgb(142,61,87); }
td.TdClassName
{
border-color: #8E3D57;
}
.TagClassName
{
border-color: #8E3D57;
}
</style>