Shades of Cherry Pie #392850
Tints of Cherry Pie #392850
RGB
CMYK
RGB Variations
Color information
#392850 (or 0x392850) is known color: Cherry Pie. HEX triplet: 39, 28 and 50. RGB value is (57,40,80). Sum of RGB (Red+Green+Blue) = 57+40+80=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #392850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392850 is #C6D7AF. Grayscale: #313131. Windows color (decimal): -13031344 or 5253177. OLE color: 5253177.
HSL color Cylindrical-coordinate representation of color #392850: hue angle of 265.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #392850 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 40 | 80 | - |
| CMYK | 0.29 | 0.5 | 0 | 0.69 |
| HSL | 265.5º | 0.33% | 0.24% | - |
| HSV(B) | 265.5º | 0.5% | 0.31% | - |
| XYZ | 3.89 | 2.97 | 7.96 | - |
| YUV | 49.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 80 | 0.29 | 0.5 | 0 | 0.69 | 265.5 | 0.33 | 0.24 |
| Hex | 39 | 28 | 50 | 1D | 32 | 0 | 45 | 10A | 21 | 18 |
| Octal | 71 | 50 | 120 | 35 | 62 | 0 | 105 | 412 | 41 | 30 |
| Binary | 111001 | 101000 | 1010000 | 11101 | 110010 | 0 | 1000101 | 100001010 | 100001 | 11000 |
Color Harmonies of #392850
Complementary color
Monochromatic Colors of #392850
Black with #392850
Text Example
Text Example
White with #392850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392850; }
p { color: rgb(57,40,80); }
H1.HeaderClassName
{
color: #392850;
}
.AnyTagClassName
{
color: #392850;
}
</style>
background-color css
<style>
a { background-color: #392850; }
a { background-color: rgb(57,40,80); }
div.DivClassName
{
background-color: #392850;
}
.BgClassName
{
background-color: #392850;
}
</style>
border-color css
<style>
span { border-color: #392850; }
span { border-color: rgb(57,40,80); }
td.TdClassName
{
border-color: #392850;
}
.TagClassName
{
border-color: #392850;
}
</style>