Shades of Rose Bud Cherry #8E395A
Tints of Rose Bud Cherry #8E395A
RGB
CMYK
RGB Variations
Color information
#8E395A (or 0x8E395A) is known color: Rose Bud Cherry. HEX triplet: 8E, 39 and 5A. RGB value is (142,57,90). Sum of RGB (Red+Green+Blue) = 142+57+90=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E395A is #71C6A5. Grayscale: #565656. Windows color (decimal): -7456422 or 5912974. OLE color: 5912974.
HSL color Cylindrical-coordinate representation of color #8E395A: hue angle of 336.71º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E395A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 90 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.44 |
| HSL | 336.71º | 0.43% | 0.39% | - |
| HSV(B) | 336.71º | 0.6% | 0.56% | - |
| XYZ | 14.46 | 9.42 | 10.73 | - |
| YUV | 86.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 90 | 0 | 0.60 | 0.37 | 0.44 | 336.71 | 0.43 | 0.39 |
| Hex | 8E | 39 | 5A | 0 | 3C | 25 | 2C | 151 | 2B | 27 |
| Octal | 216 | 71 | 132 | 0 | 74 | 45 | 54 | 521 | 53 | 47 |
| Binary | 10001110 | 111001 | 1011010 | 0 | 111100 | 100101 | 101100 | 101010001 | 101011 | 100111 |
Color Harmonies of #8E395A
Complementary color
Monochromatic Colors of #8E395A
Black with #8E395A
Text Example
Text Example
White with #8E395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E395A; }
p { color: rgb(142,57,90); }
H1.HeaderClassName
{
color: #8E395A;
}
.AnyTagClassName
{
color: #8E395A;
}
</style>
background-color css
<style>
a { background-color: #8E395A; }
a { background-color: rgb(142,57,90); }
div.DivClassName
{
background-color: #8E395A;
}
.BgClassName
{
background-color: #8E395A;
}
</style>
border-color css
<style>
span { border-color: #8E395A; }
span { border-color: rgb(142,57,90); }
td.TdClassName
{
border-color: #8E395A;
}
.TagClassName
{
border-color: #8E395A;
}
</style>