Shades of Rose Bud Cherry #8E2760
Tints of Rose Bud Cherry #8E2760
RGB
CMYK
RGB Variations
Color information
#8E2760 (or 0x8E2760) is known color: Rose Bud Cherry. HEX triplet: 8E, 27 and 60. RGB value is (142,39,96). Sum of RGB (Red+Green+Blue) = 142+39+96=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2760 is #71D89F. Grayscale: #4C4C4C. Windows color (decimal): -7461024 or 6301582. OLE color: 6301582.
HSL color Cylindrical-coordinate representation of color #8E2760: hue angle of 326.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2760 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 39 | 96 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.44 |
| HSL | 326.8º | 0.57% | 0.35% | - |
| HSV(B) | 326.8º | 0.73% | 0.56% | - |
| XYZ | 13.99 | 8.05 | 11.88 | - |
| YUV | 76.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 96 | 0 | 0.73 | 0.32 | 0.44 | 326.8 | 0.57 | 0.35 |
| Hex | 8E | 27 | 60 | 0 | 49 | 20 | 2C | 147 | 39 | 23 |
| Octal | 216 | 47 | 140 | 0 | 111 | 40 | 54 | 507 | 71 | 43 |
| Binary | 10001110 | 100111 | 1100000 | 0 | 1001001 | 100000 | 101100 | 101000111 | 111001 | 100011 |
Color Harmonies of #8E2760
Complementary color
Monochromatic Colors of #8E2760
Black with #8E2760
Text Example
Text Example
White with #8E2760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2760; }
p { color: rgb(142,39,96); }
H1.HeaderClassName
{
color: #8E2760;
}
.AnyTagClassName
{
color: #8E2760;
}
</style>
background-color css
<style>
a { background-color: #8E2760; }
a { background-color: rgb(142,39,96); }
div.DivClassName
{
background-color: #8E2760;
}
.BgClassName
{
background-color: #8E2760;
}
</style>
border-color css
<style>
span { border-color: #8E2760; }
span { border-color: rgb(142,39,96); }
td.TdClassName
{
border-color: #8E2760;
}
.TagClassName
{
border-color: #8E2760;
}
</style>