Shades of Cherry Pie #392D4F
Tints of Cherry Pie #392D4F
RGB
CMYK
RGB Variations
Color information
#392D4F (or 0x392D4F) is known color: Cherry Pie. HEX triplet: 39, 2D and 4F. RGB value is (57,45,79). Sum of RGB (Red+Green+Blue) = 57+45+79=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: blue. Hex color #392D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D4F is #C6D2B0. Grayscale: #343434. Windows color (decimal): -13030065 or 5188921. OLE color: 5188921.
HSL color Cylindrical-coordinate representation of color #392D4F: hue angle of 261.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #392D4F is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 45 | 79 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.69 |
| HSL | 261.18º | 0.27% | 0.24% | - |
| HSV(B) | 261.18º | 0.43% | 0.31% | - |
| XYZ | 4.04 | 3.31 | 7.82 | - |
| YUV | 52.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 79 | 0.28 | 0.43 | 0 | 0.69 | 261.18 | 0.27 | 0.24 |
| Hex | 39 | 2D | 4F | 1C | 2B | 0 | 45 | 105 | 1B | 18 |
| Octal | 71 | 55 | 117 | 34 | 53 | 0 | 105 | 405 | 33 | 30 |
| Binary | 111001 | 101101 | 1001111 | 11100 | 101011 | 0 | 1000101 | 100000101 | 11011 | 11000 |
Color Harmonies of #392D4F
Complementary color
Monochromatic Colors of #392D4F
Black with #392D4F
Text Example
Text Example
White with #392D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D4F; }
p { color: rgb(57,45,79); }
H1.HeaderClassName
{
color: #392D4F;
}
.AnyTagClassName
{
color: #392D4F;
}
</style>
background-color css
<style>
a { background-color: #392D4F; }
a { background-color: rgb(57,45,79); }
div.DivClassName
{
background-color: #392D4F;
}
.BgClassName
{
background-color: #392D4F;
}
</style>
border-color css
<style>
span { border-color: #392D4F; }
span { border-color: rgb(57,45,79); }
td.TdClassName
{
border-color: #392D4F;
}
.TagClassName
{
border-color: #392D4F;
}
</style>