Shades of Rose Bud Cherry #8E3254
Tints of Rose Bud Cherry #8E3254
RGB
CMYK
RGB Variations
Color information
#8E3254 (or 0x8E3254) is known color: Rose Bud Cherry. HEX triplet: 8E, 32 and 54. RGB value is (142,50,84). Sum of RGB (Red+Green+Blue) = 142+50+84=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3254 is #71CDAB. Grayscale: #515151. Windows color (decimal): -7458220 or 5517966. OLE color: 5517966.
HSL color Cylindrical-coordinate representation of color #8E3254: hue angle of 337.83º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3254 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 84 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.44 |
| HSL | 337.83º | 0.48% | 0.38% | - |
| HSV(B) | 337.83º | 0.65% | 0.56% | - |
| XYZ | 13.9 | 8.67 | 9.33 | - |
| YUV | 81.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 84 | 0 | 0.65 | 0.41 | 0.44 | 337.83 | 0.48 | 0.38 |
| Hex | 8E | 32 | 54 | 0 | 41 | 29 | 2C | 152 | 30 | 26 |
| Octal | 216 | 62 | 124 | 0 | 101 | 51 | 54 | 522 | 60 | 46 |
| Binary | 10001110 | 110010 | 1010100 | 0 | 1000001 | 101001 | 101100 | 101010010 | 110000 | 100110 |
Color Harmonies of #8E3254
Complementary color
Monochromatic Colors of #8E3254
Black with #8E3254
Text Example
Text Example
White with #8E3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3254; }
p { color: rgb(142,50,84); }
H1.HeaderClassName
{
color: #8E3254;
}
.AnyTagClassName
{
color: #8E3254;
}
</style>
background-color css
<style>
a { background-color: #8E3254; }
a { background-color: rgb(142,50,84); }
div.DivClassName
{
background-color: #8E3254;
}
.BgClassName
{
background-color: #8E3254;
}
</style>
border-color css
<style>
span { border-color: #8E3254; }
span { border-color: rgb(142,50,84); }
td.TdClassName
{
border-color: #8E3254;
}
.TagClassName
{
border-color: #8E3254;
}
</style>