Shades of Cherry Pie #332955
Tints of Cherry Pie #332955
RGB
CMYK
RGB Variations
Color information
#332955 (or 0x332955) is known color: Cherry Pie. HEX triplet: 33, 29 and 55. RGB value is (51,41,85). Sum of RGB (Red+Green+Blue) = 51+41+85=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #332955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332955 is #CCD6AA. Grayscale: #303030. Windows color (decimal): -13424299 or 5581107. OLE color: 5581107.
HSL color Cylindrical-coordinate representation of color #332955: hue angle of 253.64º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #332955 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 41 | 85 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.67 |
| HSL | 253.64º | 0.35% | 0.25% | - |
| HSV(B) | 253.64º | 0.52% | 0.33% | - |
| XYZ | 3.8 | 2.95 | 8.96 | - |
| YUV | 49.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 85 | 0.40 | 0.52 | 0 | 0.67 | 253.64 | 0.35 | 0.25 |
| Hex | 33 | 29 | 55 | 28 | 34 | 0 | 43 | FE | 23 | 19 |
| Octal | 63 | 51 | 125 | 50 | 64 | 0 | 103 | 376 | 43 | 31 |
| Binary | 110011 | 101001 | 1010101 | 101000 | 110100 | 0 | 1000011 | 11111110 | 100011 | 11001 |
Color Harmonies of #332955
Complementary color
Monochromatic Colors of #332955
Black with #332955
Text Example
Text Example
White with #332955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332955; }
p { color: rgb(51,41,85); }
H1.HeaderClassName
{
color: #332955;
}
.AnyTagClassName
{
color: #332955;
}
</style>
background-color css
<style>
a { background-color: #332955; }
a { background-color: rgb(51,41,85); }
div.DivClassName
{
background-color: #332955;
}
.BgClassName
{
background-color: #332955;
}
</style>
border-color css
<style>
span { border-color: #332955; }
span { border-color: rgb(51,41,85); }
td.TdClassName
{
border-color: #332955;
}
.TagClassName
{
border-color: #332955;
}
</style>