Shades of Cherry Pie #392853
Tints of Cherry Pie #392853
RGB
CMYK
RGB Variations
Color information
#392853 (or 0x392853) is known color: Cherry Pie. HEX triplet: 39, 28 and 53. RGB value is (57,40,83). Sum of RGB (Red+Green+Blue) = 57+40+83=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #392853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392853 is #C6D7AC. Grayscale: #313131. Windows color (decimal): -13031341 or 5449785. OLE color: 5449785.
HSL color Cylindrical-coordinate representation of color #392853: hue angle of 263.72º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #392853 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 40 | 83 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.67 |
| HSL | 263.72º | 0.35% | 0.24% | - |
| HSV(B) | 263.72º | 0.52% | 0.33% | - |
| XYZ | 4.01 | 3.01 | 8.55 | - |
| YUV | 49.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 83 | 0.31 | 0.52 | 0 | 0.67 | 263.72 | 0.35 | 0.24 |
| Hex | 39 | 28 | 53 | 1F | 34 | 0 | 43 | 108 | 23 | 18 |
| Octal | 71 | 50 | 123 | 37 | 64 | 0 | 103 | 410 | 43 | 30 |
| Binary | 111001 | 101000 | 1010011 | 11111 | 110100 | 0 | 1000011 | 100001000 | 100011 | 11000 |
Color Harmonies of #392853
Complementary color
Monochromatic Colors of #392853
Black with #392853
Text Example
Text Example
White with #392853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392853; }
p { color: rgb(57,40,83); }
H1.HeaderClassName
{
color: #392853;
}
.AnyTagClassName
{
color: #392853;
}
</style>
background-color css
<style>
a { background-color: #392853; }
a { background-color: rgb(57,40,83); }
div.DivClassName
{
background-color: #392853;
}
.BgClassName
{
background-color: #392853;
}
</style>
border-color css
<style>
span { border-color: #392853; }
span { border-color: rgb(57,40,83); }
td.TdClassName
{
border-color: #392853;
}
.TagClassName
{
border-color: #392853;
}
</style>