Shades of Cherry Pie #352850
Tints of Cherry Pie #352850
RGB
CMYK
RGB Variations
Color information
#352850 (or 0x352850) is known color: Cherry Pie. HEX triplet: 35, 28 and 50. RGB value is (53,40,80). Sum of RGB (Red+Green+Blue) = 53+40+80=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #352850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352850 is #CAD7AF. Grayscale: #303030. Windows color (decimal): -13293488 or 5253173. OLE color: 5253173.
HSL color Cylindrical-coordinate representation of color #352850: hue angle of 259.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 #352850 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 40 | 80 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.69 |
| HSL | 259.5º | 0.33% | 0.24% | - |
| HSV(B) | 259.5º | 0.5% | 0.31% | - |
| XYZ | 3.67 | 2.85 | 7.95 | - |
| YUV | 48.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 80 | 0.34 | 0.5 | 0 | 0.69 | 259.5 | 0.33 | 0.24 |
| Hex | 35 | 28 | 50 | 22 | 32 | 0 | 45 | 104 | 21 | 18 |
| Octal | 65 | 50 | 120 | 42 | 62 | 0 | 105 | 404 | 41 | 30 |
| Binary | 110101 | 101000 | 1010000 | 100010 | 110010 | 0 | 1000101 | 100000100 | 100001 | 11000 |
Color Harmonies of #352850
Complementary color
Monochromatic Colors of #352850
Black with #352850
Text Example
Text Example
White with #352850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352850; }
p { color: rgb(53,40,80); }
H1.HeaderClassName
{
color: #352850;
}
.AnyTagClassName
{
color: #352850;
}
</style>
background-color css
<style>
a { background-color: #352850; }
a { background-color: rgb(53,40,80); }
div.DivClassName
{
background-color: #352850;
}
.BgClassName
{
background-color: #352850;
}
</style>
border-color css
<style>
span { border-color: #352850; }
span { border-color: rgb(53,40,80); }
td.TdClassName
{
border-color: #352850;
}
.TagClassName
{
border-color: #352850;
}
</style>