Shades of Rose Bud Cherry #8E1859
Tints of Rose Bud Cherry #8E1859
RGB
CMYK
RGB Variations
Color information
#8E1859 (or 0x8E1859) is known color: Rose Bud Cherry. HEX triplet: 8E, 18 and 59. RGB value is (142,24,89). Sum of RGB (Red+Green+Blue) = 142+24+89=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1859 is #71E7A6. Grayscale: #424242. Windows color (decimal): -7464871 or 5838990. OLE color: 5838990.
HSL color Cylindrical-coordinate representation of color #8E1859: hue angle of 326.95º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1859 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 89 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.44 |
| HSL | 326.95º | 0.71% | 0.33% | - |
| HSV(B) | 326.95º | 0.83% | 0.56% | - |
| XYZ | 13.29 | 7.13 | 10.13 | - |
| YUV | 66.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 89 | 0 | 0.83 | 0.37 | 0.44 | 326.95 | 0.71 | 0.33 |
| Hex | 8E | 18 | 59 | 0 | 53 | 25 | 2C | 147 | 47 | 21 |
| Octal | 216 | 30 | 131 | 0 | 123 | 45 | 54 | 507 | 107 | 41 |
| Binary | 10001110 | 11000 | 1011001 | 0 | 1010011 | 100101 | 101100 | 101000111 | 1000111 | 100001 |
Color Harmonies of #8E1859
Complementary color
Monochromatic Colors of #8E1859
Black with #8E1859
Text Example
Text Example
White with #8E1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1859; }
p { color: rgb(142,24,89); }
H1.HeaderClassName
{
color: #8E1859;
}
.AnyTagClassName
{
color: #8E1859;
}
</style>
background-color css
<style>
a { background-color: #8E1859; }
a { background-color: rgb(142,24,89); }
div.DivClassName
{
background-color: #8E1859;
}
.BgClassName
{
background-color: #8E1859;
}
</style>
border-color css
<style>
span { border-color: #8E1859; }
span { border-color: rgb(142,24,89); }
td.TdClassName
{
border-color: #8E1859;
}
.TagClassName
{
border-color: #8E1859;
}
</style>