Shades of Cherry Pie #392953
Tints of Cherry Pie #392953
RGB
CMYK
RGB Variations
Color information
#392953 (or 0x392953) is known color: Cherry Pie. HEX triplet: 39, 29 and 53. RGB value is (57,41,83). Sum of RGB (Red+Green+Blue) = 57+41+83=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #392953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392953 is #C6D6AC. Grayscale: #323232. Windows color (decimal): -13031085 or 5450041. OLE color: 5450041.
HSL color Cylindrical-coordinate representation of color #392953: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392953 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 41 | 83 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.67 |
| HSL | 262.86º | 0.34% | 0.24% | - |
| HSV(B) | 262.86º | 0.51% | 0.33% | - |
| XYZ | 4.04 | 3.08 | 8.57 | - |
| YUV | 50.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 83 | 0.31 | 0.51 | 0 | 0.67 | 262.86 | 0.34 | 0.24 |
| Hex | 39 | 29 | 53 | 1F | 33 | 0 | 43 | 107 | 22 | 18 |
| Octal | 71 | 51 | 123 | 37 | 63 | 0 | 103 | 407 | 42 | 30 |
| Binary | 111001 | 101001 | 1010011 | 11111 | 110011 | 0 | 1000011 | 100000111 | 100010 | 11000 |
Color Harmonies of #392953
Complementary color
Monochromatic Colors of #392953
Black with #392953
Text Example
Text Example
White with #392953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392953; }
p { color: rgb(57,41,83); }
H1.HeaderClassName
{
color: #392953;
}
.AnyTagClassName
{
color: #392953;
}
</style>
background-color css
<style>
a { background-color: #392953; }
a { background-color: rgb(57,41,83); }
div.DivClassName
{
background-color: #392953;
}
.BgClassName
{
background-color: #392953;
}
</style>
border-color css
<style>
span { border-color: #392953; }
span { border-color: rgb(57,41,83); }
td.TdClassName
{
border-color: #392953;
}
.TagClassName
{
border-color: #392953;
}
</style>