Shades of Cherry Pie #362854
Tints of Cherry Pie #362854
RGB
CMYK
RGB Variations
Color information
#362854 (or 0x362854) is known color: Cherry Pie. HEX triplet: 36, 28 and 54. RGB value is (54,40,84). Sum of RGB (Red+Green+Blue) = 54+40+84=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #362854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362854 is #C9D7AB. Grayscale: #313131. Windows color (decimal): -13227948 or 5515318. OLE color: 5515318.
HSL color Cylindrical-coordinate representation of color #362854: hue angle of 259.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #362854 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 40 | 84 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.67 |
| HSL | 259.09º | 0.35% | 0.24% | - |
| HSV(B) | 259.09º | 0.52% | 0.33% | - |
| XYZ | 3.88 | 2.94 | 8.75 | - |
| YUV | 49.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 84 | 0.36 | 0.52 | 0 | 0.67 | 259.09 | 0.35 | 0.24 |
| Hex | 36 | 28 | 54 | 24 | 34 | 0 | 43 | 103 | 23 | 18 |
| Octal | 66 | 50 | 124 | 44 | 64 | 0 | 103 | 403 | 43 | 30 |
| Binary | 110110 | 101000 | 1010100 | 100100 | 110100 | 0 | 1000011 | 100000011 | 100011 | 11000 |
Color Harmonies of #362854
Complementary color
Monochromatic Colors of #362854
Black with #362854
Text Example
Text Example
White with #362854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362854; }
p { color: rgb(54,40,84); }
H1.HeaderClassName
{
color: #362854;
}
.AnyTagClassName
{
color: #362854;
}
</style>
background-color css
<style>
a { background-color: #362854; }
a { background-color: rgb(54,40,84); }
div.DivClassName
{
background-color: #362854;
}
.BgClassName
{
background-color: #362854;
}
</style>
border-color css
<style>
span { border-color: #362854; }
span { border-color: rgb(54,40,84); }
td.TdClassName
{
border-color: #362854;
}
.TagClassName
{
border-color: #362854;
}
</style>