Shades of Cherry Pie #352752
Tints of Cherry Pie #352752
RGB
CMYK
RGB Variations
Color information
#352752 (or 0x352752) is known color: Cherry Pie. HEX triplet: 35, 27 and 52. RGB value is (53,39,82). Sum of RGB (Red+Green+Blue) = 53+39+82=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #352752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352752 is #CAD8AD. Grayscale: #2F2F2F. Windows color (decimal): -13293742 or 5383989. OLE color: 5383989.
HSL color Cylindrical-coordinate representation of color #352752: hue angle of 259.53º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #352752 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 39 | 82 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.68 |
| HSL | 259.53º | 0.36% | 0.24% | - |
| HSV(B) | 259.53º | 0.52% | 0.32% | - |
| XYZ | 3.72 | 2.82 | 8.33 | - |
| YUV | 48.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 82 | 0.35 | 0.52 | 0 | 0.68 | 259.53 | 0.36 | 0.24 |
| Hex | 35 | 27 | 52 | 23 | 34 | 0 | 44 | 104 | 24 | 18 |
| Octal | 65 | 47 | 122 | 43 | 64 | 0 | 104 | 404 | 44 | 30 |
| Binary | 110101 | 100111 | 1010010 | 100011 | 110100 | 0 | 1000100 | 100000100 | 100100 | 11000 |
Color Harmonies of #352752
Complementary color
Monochromatic Colors of #352752
Black with #352752
Text Example
Text Example
White with #352752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352752; }
p { color: rgb(53,39,82); }
H1.HeaderClassName
{
color: #352752;
}
.AnyTagClassName
{
color: #352752;
}
</style>
background-color css
<style>
a { background-color: #352752; }
a { background-color: rgb(53,39,82); }
div.DivClassName
{
background-color: #352752;
}
.BgClassName
{
background-color: #352752;
}
</style>
border-color css
<style>
span { border-color: #352752; }
span { border-color: rgb(53,39,82); }
td.TdClassName
{
border-color: #352752;
}
.TagClassName
{
border-color: #352752;
}
</style>