Shades of Cherry Pie #362959
Tints of Cherry Pie #362959
RGB
CMYK
RGB Variations
Color information
#362959 (or 0x362959) is known color: Cherry Pie. HEX triplet: 36, 29 and 59. RGB value is (54,41,89). Sum of RGB (Red+Green+Blue) = 54+41+89=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #362959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362959 is #C9D6A6. Grayscale: #323232. Windows color (decimal): -13227687 or 5843254. OLE color: 5843254.
HSL color Cylindrical-coordinate representation of color #362959: hue angle of 256.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #362959 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 41 | 89 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.65 |
| HSL | 256.25º | 0.37% | 0.25% | - |
| HSV(B) | 256.25º | 0.54% | 0.35% | - |
| XYZ | 4.12 | 3.09 | 9.83 | - |
| YUV | 50.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 89 | 0.39 | 0.54 | 0 | 0.65 | 256.25 | 0.37 | 0.25 |
| Hex | 36 | 29 | 59 | 27 | 36 | 0 | 41 | 100 | 25 | 19 |
| Octal | 66 | 51 | 131 | 47 | 66 | 0 | 101 | 400 | 45 | 31 |
| Binary | 110110 | 101001 | 1011001 | 100111 | 110110 | 0 | 1000001 | 100000000 | 100101 | 11001 |
Color Harmonies of #362959
Complementary color
Monochromatic Colors of #362959
Black with #362959
Text Example
Text Example
White with #362959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362959; }
p { color: rgb(54,41,89); }
H1.HeaderClassName
{
color: #362959;
}
.AnyTagClassName
{
color: #362959;
}
</style>
background-color css
<style>
a { background-color: #362959; }
a { background-color: rgb(54,41,89); }
div.DivClassName
{
background-color: #362959;
}
.BgClassName
{
background-color: #362959;
}
</style>
border-color css
<style>
span { border-color: #362959; }
span { border-color: rgb(54,41,89); }
td.TdClassName
{
border-color: #362959;
}
.TagClassName
{
border-color: #362959;
}
</style>