Shades of Cherry Pie #393256
Tints of Cherry Pie #393256
RGB
CMYK
RGB Variations
Color information
#393256 (or 0x393256) is known color: Cherry Pie. HEX triplet: 39, 32 and 56. RGB value is (57,50,86). Sum of RGB (Red+Green+Blue) = 57+50+86=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #393256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393256 is #C6CDA9. Grayscale: #383838. Windows color (decimal): -13028778 or 5648953. OLE color: 5648953.
HSL color Cylindrical-coordinate representation of color #393256: hue angle of 251.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #393256 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 50 | 86 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.66 |
| HSL | 251.67º | 0.26% | 0.27% | - |
| HSV(B) | 251.67º | 0.42% | 0.34% | - |
| XYZ | 4.51 | 3.82 | 9.3 | - |
| YUV | 56.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 86 | 0.34 | 0.42 | 0 | 0.66 | 251.67 | 0.26 | 0.27 |
| Hex | 39 | 32 | 56 | 22 | 2A | 0 | 42 | FC | 1A | 1B |
| Octal | 71 | 62 | 126 | 42 | 52 | 0 | 102 | 374 | 32 | 33 |
| Binary | 111001 | 110010 | 1010110 | 100010 | 101010 | 0 | 1000010 | 11111100 | 11010 | 11011 |
Color Harmonies of #393256
Complementary color
Monochromatic Colors of #393256
Black with #393256
Text Example
Text Example
White with #393256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393256; }
p { color: rgb(57,50,86); }
H1.HeaderClassName
{
color: #393256;
}
.AnyTagClassName
{
color: #393256;
}
</style>
background-color css
<style>
a { background-color: #393256; }
a { background-color: rgb(57,50,86); }
div.DivClassName
{
background-color: #393256;
}
.BgClassName
{
background-color: #393256;
}
</style>
border-color css
<style>
span { border-color: #393256; }
span { border-color: rgb(57,50,86); }
td.TdClassName
{
border-color: #393256;
}
.TagClassName
{
border-color: #393256;
}
</style>