Shades of Rose Bud Cherry #8E3165
Tints of Rose Bud Cherry #8E3165
RGB
CMYK
RGB Variations
Color information
#8E3165 (or 0x8E3165) is known color: Rose Bud Cherry. HEX triplet: 8E, 31 and 65. RGB value is (142,49,101). Sum of RGB (Red+Green+Blue) = 142+49+101=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3165 is #71CE9A. Grayscale: #525252. Windows color (decimal): -7458459 or 6631822. OLE color: 6631822.
HSL color Cylindrical-coordinate representation of color #8E3165: hue angle of 326.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3165 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 101 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.44 |
| HSL | 326.45º | 0.49% | 0.37% | - |
| HSV(B) | 326.45º | 0.65% | 0.56% | - |
| XYZ | 14.6 | 8.89 | 13.26 | - |
| YUV | 82.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 101 | 0 | 0.65 | 0.29 | 0.44 | 326.45 | 0.49 | 0.37 |
| Hex | 8E | 31 | 65 | 0 | 41 | 1D | 2C | 146 | 31 | 25 |
| Octal | 216 | 61 | 145 | 0 | 101 | 35 | 54 | 506 | 61 | 45 |
| Binary | 10001110 | 110001 | 1100101 | 0 | 1000001 | 11101 | 101100 | 101000110 | 110001 | 100101 |
Color Harmonies of #8E3165
Complementary color
Monochromatic Colors of #8E3165
Black with #8E3165
Text Example
Text Example
White with #8E3165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3165; }
p { color: rgb(142,49,101); }
H1.HeaderClassName
{
color: #8E3165;
}
.AnyTagClassName
{
color: #8E3165;
}
</style>
background-color css
<style>
a { background-color: #8E3165; }
a { background-color: rgb(142,49,101); }
div.DivClassName
{
background-color: #8E3165;
}
.BgClassName
{
background-color: #8E3165;
}
</style>
border-color css
<style>
span { border-color: #8E3165; }
span { border-color: rgb(142,49,101); }
td.TdClassName
{
border-color: #8E3165;
}
.TagClassName
{
border-color: #8E3165;
}
</style>