Shades of Cherry Pie #393154
Tints of Cherry Pie #393154
RGB
CMYK
RGB Variations
Color information
#393154 (or 0x393154) is known color: Cherry Pie. HEX triplet: 39, 31 and 54. RGB value is (57,49,84). Sum of RGB (Red+Green+Blue) = 57+49+84=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #393154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393154 is #C6CEAB. Grayscale: #373737. Windows color (decimal): -13029036 or 5517625. OLE color: 5517625.
HSL color Cylindrical-coordinate representation of color #393154: hue angle of 253.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #393154 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 49 | 84 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.67 |
| HSL | 253.71º | 0.26% | 0.26% | - |
| HSV(B) | 253.71º | 0.42% | 0.33% | - |
| XYZ | 4.39 | 3.71 | 8.87 | - |
| YUV | 55.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 84 | 0.32 | 0.42 | 0 | 0.67 | 253.71 | 0.26 | 0.26 |
| Hex | 39 | 31 | 54 | 20 | 2A | 0 | 43 | FE | 1A | 1A |
| Octal | 71 | 61 | 124 | 40 | 52 | 0 | 103 | 376 | 32 | 32 |
| Binary | 111001 | 110001 | 1010100 | 100000 | 101010 | 0 | 1000011 | 11111110 | 11010 | 11010 |
Color Harmonies of #393154
Complementary color
Monochromatic Colors of #393154
Black with #393154
Text Example
Text Example
White with #393154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393154; }
p { color: rgb(57,49,84); }
H1.HeaderClassName
{
color: #393154;
}
.AnyTagClassName
{
color: #393154;
}
</style>
background-color css
<style>
a { background-color: #393154; }
a { background-color: rgb(57,49,84); }
div.DivClassName
{
background-color: #393154;
}
.BgClassName
{
background-color: #393154;
}
</style>
border-color css
<style>
span { border-color: #393154; }
span { border-color: rgb(57,49,84); }
td.TdClassName
{
border-color: #393154;
}
.TagClassName
{
border-color: #393154;
}
</style>