Shades of Cherry Pie #392E56
Tints of Cherry Pie #392E56
RGB
CMYK
RGB Variations
Color information
#392E56 (or 0x392E56) is known color: Cherry Pie. HEX triplet: 39, 2E and 56. RGB value is (57,46,86). Sum of RGB (Red+Green+Blue) = 57+46+86=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #392E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E56 is #C6D1A9. Grayscale: #353535. Windows color (decimal): -13029802 or 5647929. OLE color: 5647929.
HSL color Cylindrical-coordinate representation of color #392E56: hue angle of 256.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #392E56 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 46 | 86 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.66 |
| HSL | 256.5º | 0.3% | 0.26% | - |
| HSV(B) | 256.5º | 0.47% | 0.34% | - |
| XYZ | 4.34 | 3.5 | 9.25 | - |
| YUV | 53.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 86 | 0.34 | 0.47 | 0 | 0.66 | 256.5 | 0.3 | 0.26 |
| Hex | 39 | 2E | 56 | 22 | 2F | 0 | 42 | 100 | 1E | 1A |
| Octal | 71 | 56 | 126 | 42 | 57 | 0 | 102 | 400 | 36 | 32 |
| Binary | 111001 | 101110 | 1010110 | 100010 | 101111 | 0 | 1000010 | 100000000 | 11110 | 11010 |
Color Harmonies of #392E56
Complementary color
Monochromatic Colors of #392E56
Black with #392E56
Text Example
Text Example
White with #392E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E56; }
p { color: rgb(57,46,86); }
H1.HeaderClassName
{
color: #392E56;
}
.AnyTagClassName
{
color: #392E56;
}
</style>
background-color css
<style>
a { background-color: #392E56; }
a { background-color: rgb(57,46,86); }
div.DivClassName
{
background-color: #392E56;
}
.BgClassName
{
background-color: #392E56;
}
</style>
border-color css
<style>
span { border-color: #392E56; }
span { border-color: rgb(57,46,86); }
td.TdClassName
{
border-color: #392E56;
}
.TagClassName
{
border-color: #392E56;
}
</style>