Shades of Cherry Pie #342853
Tints of Cherry Pie #342853
RGB
CMYK
RGB Variations
Color information
#342853 (or 0x342853) is known color: Cherry Pie. HEX triplet: 34, 28 and 53. RGB value is (52,40,83). Sum of RGB (Red+Green+Blue) = 52+40+83=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #342853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342853 is #CBD7AC. Grayscale: #303030. Windows color (decimal): -13359021 or 5449780. OLE color: 5449780.
HSL color Cylindrical-coordinate representation of color #342853: hue angle of 256.74º 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 #342853 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 40 | 83 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.67 |
| HSL | 256.74º | 0.35% | 0.24% | - |
| HSV(B) | 256.74º | 0.52% | 0.33% | - |
| XYZ | 3.74 | 2.87 | 8.54 | - |
| YUV | 48.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 83 | 0.37 | 0.52 | 0 | 0.67 | 256.74 | 0.35 | 0.24 |
| Hex | 34 | 28 | 53 | 25 | 34 | 0 | 43 | 101 | 23 | 18 |
| Octal | 64 | 50 | 123 | 45 | 64 | 0 | 103 | 401 | 43 | 30 |
| Binary | 110100 | 101000 | 1010011 | 100101 | 110100 | 0 | 1000011 | 100000001 | 100011 | 11000 |
Color Harmonies of #342853
Complementary color
Monochromatic Colors of #342853
Black with #342853
Text Example
Text Example
White with #342853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342853; }
p { color: rgb(52,40,83); }
H1.HeaderClassName
{
color: #342853;
}
.AnyTagClassName
{
color: #342853;
}
</style>
background-color css
<style>
a { background-color: #342853; }
a { background-color: rgb(52,40,83); }
div.DivClassName
{
background-color: #342853;
}
.BgClassName
{
background-color: #342853;
}
</style>
border-color css
<style>
span { border-color: #342853; }
span { border-color: rgb(52,40,83); }
td.TdClassName
{
border-color: #342853;
}
.TagClassName
{
border-color: #342853;
}
</style>