Shades of Rose Bud Cherry #8E3768
Tints of Rose Bud Cherry #8E3768
RGB
CMYK
RGB Variations
Color information
#8E3768 (or 0x8E3768) is known color: Rose Bud Cherry. HEX triplet: 8E, 37 and 68. RGB value is (142,55,104). Sum of RGB (Red+Green+Blue) = 142+55+104=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3768 is #71C897. Grayscale: #565656. Windows color (decimal): -7456920 or 6829966. OLE color: 6829966.
HSL color Cylindrical-coordinate representation of color #8E3768: hue angle of 326.21º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E3768 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 55 | 104 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.44 |
| HSL | 326.21º | 0.44% | 0.39% | - |
| HSV(B) | 326.21º | 0.61% | 0.56% | - |
| XYZ | 15.02 | 9.48 | 14.14 | - |
| YUV | 86.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 55 | 104 | 0 | 0.61 | 0.27 | 0.44 | 326.21 | 0.44 | 0.39 |
| Hex | 8E | 37 | 68 | 0 | 3D | 1B | 2C | 146 | 2C | 27 |
| Octal | 216 | 67 | 150 | 0 | 75 | 33 | 54 | 506 | 54 | 47 |
| Binary | 10001110 | 110111 | 1101000 | 0 | 111101 | 11011 | 101100 | 101000110 | 101100 | 100111 |
Color Harmonies of #8E3768
Complementary color
Monochromatic Colors of #8E3768
Black with #8E3768
Text Example
Text Example
White with #8E3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3768; }
p { color: rgb(142,55,104); }
H1.HeaderClassName
{
color: #8E3768;
}
.AnyTagClassName
{
color: #8E3768;
}
</style>
background-color css
<style>
a { background-color: #8E3768; }
a { background-color: rgb(142,55,104); }
div.DivClassName
{
background-color: #8E3768;
}
.BgClassName
{
background-color: #8E3768;
}
</style>
border-color css
<style>
span { border-color: #8E3768; }
span { border-color: rgb(142,55,104); }
td.TdClassName
{
border-color: #8E3768;
}
.TagClassName
{
border-color: #8E3768;
}
</style>