Shades of Rose Bud Cherry #8E366A
Tints of Rose Bud Cherry #8E366A
RGB
CMYK
RGB Variations
Color information
#8E366A (or 0x8E366A) is known color: Rose Bud Cherry. HEX triplet: 8E, 36 and 6A. RGB value is (142,54,106). Sum of RGB (Red+Green+Blue) = 142+54+106=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E366A is #71C995. Grayscale: #565656. Windows color (decimal): -7457174 or 6960782. OLE color: 6960782.
HSL color Cylindrical-coordinate representation of color #8E366A: hue angle of 324.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E366A is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 106 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.44 |
| HSL | 324.55º | 0.45% | 0.38% | - |
| HSV(B) | 324.55º | 0.62% | 0.56% | - |
| XYZ | 15.08 | 9.43 | 14.66 | - |
| YUV | 86.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 106 | 0 | 0.62 | 0.25 | 0.44 | 324.55 | 0.45 | 0.38 |
| Hex | 8E | 36 | 6A | 0 | 3E | 19 | 2C | 145 | 2D | 26 |
| Octal | 216 | 66 | 152 | 0 | 76 | 31 | 54 | 505 | 55 | 46 |
| Binary | 10001110 | 110110 | 1101010 | 0 | 111110 | 11001 | 101100 | 101000101 | 101101 | 100110 |
Color Harmonies of #8E366A
Complementary color
Monochromatic Colors of #8E366A
Black with #8E366A
Text Example
Text Example
White with #8E366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E366A; }
p { color: rgb(142,54,106); }
H1.HeaderClassName
{
color: #8E366A;
}
.AnyTagClassName
{
color: #8E366A;
}
</style>
background-color css
<style>
a { background-color: #8E366A; }
a { background-color: rgb(142,54,106); }
div.DivClassName
{
background-color: #8E366A;
}
.BgClassName
{
background-color: #8E366A;
}
</style>
border-color css
<style>
span { border-color: #8E366A; }
span { border-color: rgb(142,54,106); }
td.TdClassName
{
border-color: #8E366A;
}
.TagClassName
{
border-color: #8E366A;
}
</style>