Shades of Cherry Pie #332C53
Tints of Cherry Pie #332C53
RGB
CMYK
RGB Variations
Color information
#332C53 (or 0x332C53) is known color: Cherry Pie. HEX triplet: 33, 2C and 53. RGB value is (51,44,83). Sum of RGB (Red+Green+Blue) = 51+44+83=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #332C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C53 is #CCD3AC. Grayscale: #323232. Windows color (decimal): -13423533 or 5450803. OLE color: 5450803.
HSL color Cylindrical-coordinate representation of color #332C53: hue angle of 250.77º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332C53 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 44 | 83 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.67 |
| HSL | 250.77º | 0.31% | 0.25% | - |
| HSV(B) | 250.77º | 0.47% | 0.33% | - |
| XYZ | 3.83 | 3.13 | 8.59 | - |
| YUV | 50.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 83 | 0.39 | 0.47 | 0 | 0.67 | 250.77 | 0.31 | 0.25 |
| Hex | 33 | 2C | 53 | 27 | 2F | 0 | 43 | FB | 1F | 19 |
| Octal | 63 | 54 | 123 | 47 | 57 | 0 | 103 | 373 | 37 | 31 |
| Binary | 110011 | 101100 | 1010011 | 100111 | 101111 | 0 | 1000011 | 11111011 | 11111 | 11001 |
Color Harmonies of #332C53
Complementary color
Monochromatic Colors of #332C53
Black with #332C53
Text Example
Text Example
White with #332C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C53; }
p { color: rgb(51,44,83); }
H1.HeaderClassName
{
color: #332C53;
}
.AnyTagClassName
{
color: #332C53;
}
</style>
background-color css
<style>
a { background-color: #332C53; }
a { background-color: rgb(51,44,83); }
div.DivClassName
{
background-color: #332C53;
}
.BgClassName
{
background-color: #332C53;
}
</style>
border-color css
<style>
span { border-color: #332C53; }
span { border-color: rgb(51,44,83); }
td.TdClassName
{
border-color: #332C53;
}
.TagClassName
{
border-color: #332C53;
}
</style>