Shades of Cherry Pie #39354E
Tints of Cherry Pie #39354E
RGB
CMYK
RGB Variations
Color information
#39354E (or 0x39354E) is known color: Cherry Pie. HEX triplet: 39, 35 and 4E. RGB value is (57,53,78). Sum of RGB (Red+Green+Blue) = 57+53+78=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #39354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39354E is #C6CAB1. Grayscale: #383838. Windows color (decimal): -13028018 or 5125433. OLE color: 5125433.
HSL color Cylindrical-coordinate representation of color #39354E: hue angle of 249.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #39354E is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 53 | 78 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.69 |
| HSL | 249.6º | 0.19% | 0.26% | - |
| HSV(B) | 249.6º | 0.32% | 0.31% | - |
| XYZ | 4.34 | 3.97 | 7.74 | - |
| YUV | 57.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 78 | 0.27 | 0.32 | 0 | 0.69 | 249.6 | 0.19 | 0.26 |
| Hex | 39 | 35 | 4E | 1B | 20 | 0 | 45 | FA | 13 | 1A |
| Octal | 71 | 65 | 116 | 33 | 40 | 0 | 105 | 372 | 23 | 32 |
| Binary | 111001 | 110101 | 1001110 | 11011 | 100000 | 0 | 1000101 | 11111010 | 10011 | 11010 |
Color Harmonies of #39354E
Complementary color
Monochromatic Colors of #39354E
Black with #39354E
Text Example
Text Example
White with #39354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39354E; }
p { color: rgb(57,53,78); }
H1.HeaderClassName
{
color: #39354E;
}
.AnyTagClassName
{
color: #39354E;
}
</style>
background-color css
<style>
a { background-color: #39354E; }
a { background-color: rgb(57,53,78); }
div.DivClassName
{
background-color: #39354E;
}
.BgClassName
{
background-color: #39354E;
}
</style>
border-color css
<style>
span { border-color: #39354E; }
span { border-color: rgb(57,53,78); }
td.TdClassName
{
border-color: #39354E;
}
.TagClassName
{
border-color: #39354E;
}
</style>