Shades of Cherry Pie #393552
Tints of Cherry Pie #393552
RGB
CMYK
RGB Variations
Color information
#393552 (or 0x393552) is known color: Cherry Pie. HEX triplet: 39, 35 and 52. RGB value is (57,53,82). Sum of RGB (Red+Green+Blue) = 57+53+82=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #393552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393552 is #C6CAAD. Grayscale: #393939. Windows color (decimal): -13028014 or 5387577. OLE color: 5387577.
HSL color Cylindrical-coordinate representation of color #393552: hue angle of 248.28º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #393552 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 53 | 82 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.68 |
| HSL | 248.28º | 0.21% | 0.26% | - |
| HSV(B) | 248.28º | 0.35% | 0.32% | - |
| XYZ | 4.48 | 4.03 | 8.52 | - |
| YUV | 57.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 82 | 0.30 | 0.35 | 0 | 0.68 | 248.28 | 0.21 | 0.26 |
| Hex | 39 | 35 | 52 | 1E | 23 | 0 | 44 | F8 | 15 | 1A |
| Octal | 71 | 65 | 122 | 36 | 43 | 0 | 104 | 370 | 25 | 32 |
| Binary | 111001 | 110101 | 1010010 | 11110 | 100011 | 0 | 1000100 | 11111000 | 10101 | 11010 |
Color Harmonies of #393552
Complementary color
Monochromatic Colors of #393552
Black with #393552
Text Example
Text Example
White with #393552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393552; }
p { color: rgb(57,53,82); }
H1.HeaderClassName
{
color: #393552;
}
.AnyTagClassName
{
color: #393552;
}
</style>
background-color css
<style>
a { background-color: #393552; }
a { background-color: rgb(57,53,82); }
div.DivClassName
{
background-color: #393552;
}
.BgClassName
{
background-color: #393552;
}
</style>
border-color css
<style>
span { border-color: #393552; }
span { border-color: rgb(57,53,82); }
td.TdClassName
{
border-color: #393552;
}
.TagClassName
{
border-color: #393552;
}
</style>