Shades of Cherry Pie #362C50
Tints of Cherry Pie #362C50
RGB
CMYK
RGB Variations
Color information
#362C50 (or 0x362C50) is known color: Cherry Pie. HEX triplet: 36, 2C and 50. RGB value is (54,44,80). Sum of RGB (Red+Green+Blue) = 54+44+80=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #362C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C50 is #C9D3AF. Grayscale: #323232. Windows color (decimal): -13226928 or 5254198. OLE color: 5254198.
HSL color Cylindrical-coordinate representation of color #362C50: hue angle of 256.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #362C50 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 44 | 80 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.69 |
| HSL | 256.67º | 0.29% | 0.24% | - |
| HSV(B) | 256.67º | 0.45% | 0.31% | - |
| XYZ | 3.87 | 3.16 | 8 | - |
| YUV | 51.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 80 | 0.33 | 0.45 | 0 | 0.69 | 256.67 | 0.29 | 0.24 |
| Hex | 36 | 2C | 50 | 21 | 2D | 0 | 45 | 101 | 1D | 18 |
| Octal | 66 | 54 | 120 | 41 | 55 | 0 | 105 | 401 | 35 | 30 |
| Binary | 110110 | 101100 | 1010000 | 100001 | 101101 | 0 | 1000101 | 100000001 | 11101 | 11000 |
Color Harmonies of #362C50
Complementary color
Monochromatic Colors of #362C50
Black with #362C50
Text Example
Text Example
White with #362C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C50; }
p { color: rgb(54,44,80); }
H1.HeaderClassName
{
color: #362C50;
}
.AnyTagClassName
{
color: #362C50;
}
</style>
background-color css
<style>
a { background-color: #362C50; }
a { background-color: rgb(54,44,80); }
div.DivClassName
{
background-color: #362C50;
}
.BgClassName
{
background-color: #362C50;
}
</style>
border-color css
<style>
span { border-color: #362C50; }
span { border-color: rgb(54,44,80); }
td.TdClassName
{
border-color: #362C50;
}
.TagClassName
{
border-color: #362C50;
}
</style>