Shades of Rose Bud Cherry #8E3961
Tints of Rose Bud Cherry #8E3961
RGB
CMYK
RGB Variations
Color information
#8E3961 (or 0x8E3961) is known color: Rose Bud Cherry. HEX triplet: 8E, 39 and 61. RGB value is (142,57,97). Sum of RGB (Red+Green+Blue) = 142+57+97=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3961 is #71C69E. Grayscale: #565656. Windows color (decimal): -7456415 or 6371726. OLE color: 6371726.
HSL color Cylindrical-coordinate representation of color #8E3961: hue angle of 331.76º 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 #8E3961 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 97 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.44 |
| HSL | 331.76º | 0.43% | 0.39% | - |
| HSV(B) | 331.76º | 0.6% | 0.56% | - |
| XYZ | 14.78 | 9.54 | 12.37 | - |
| YUV | 86.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 97 | 0 | 0.60 | 0.32 | 0.44 | 331.76 | 0.43 | 0.39 |
| Hex | 8E | 39 | 61 | 0 | 3C | 20 | 2C | 14C | 2B | 27 |
| Octal | 216 | 71 | 141 | 0 | 74 | 40 | 54 | 514 | 53 | 47 |
| Binary | 10001110 | 111001 | 1100001 | 0 | 111100 | 100000 | 101100 | 101001100 | 101011 | 100111 |
Color Harmonies of #8E3961
Complementary color
Monochromatic Colors of #8E3961
Black with #8E3961
Text Example
Text Example
White with #8E3961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3961; }
p { color: rgb(142,57,97); }
H1.HeaderClassName
{
color: #8E3961;
}
.AnyTagClassName
{
color: #8E3961;
}
</style>
background-color css
<style>
a { background-color: #8E3961; }
a { background-color: rgb(142,57,97); }
div.DivClassName
{
background-color: #8E3961;
}
.BgClassName
{
background-color: #8E3961;
}
</style>
border-color css
<style>
span { border-color: #8E3961; }
span { border-color: rgb(142,57,97); }
td.TdClassName
{
border-color: #8E3961;
}
.TagClassName
{
border-color: #8E3961;
}
</style>