Shades of Cherry Pie #363250
Tints of Cherry Pie #363250
RGB
CMYK
RGB Variations
Color information
#363250 (or 0x363250) is known color: Cherry Pie. HEX triplet: 36, 32 and 50. RGB value is (54,50,80). Sum of RGB (Red+Green+Blue) = 54+50+80=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #363250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363250 is #C9CDAF. Grayscale: #363636. Windows color (decimal): -13225392 or 5255734. OLE color: 5255734.
HSL color Cylindrical-coordinate representation of color #363250: hue angle of 248º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #363250 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 50 | 80 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.69 |
| HSL | 248º | 0.23% | 0.25% | - |
| HSV(B) | 248º | 0.38% | 0.31% | - |
| XYZ | 4.11 | 3.64 | 8.08 | - |
| YUV | 54.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 80 | 0.33 | 0.37 | 0 | 0.69 | 248 | 0.23 | 0.25 |
| Hex | 36 | 32 | 50 | 21 | 25 | 0 | 45 | F8 | 17 | 19 |
| Octal | 66 | 62 | 120 | 41 | 45 | 0 | 105 | 370 | 27 | 31 |
| Binary | 110110 | 110010 | 1010000 | 100001 | 100101 | 0 | 1000101 | 11111000 | 10111 | 11001 |
Color Harmonies of #363250
Complementary color
Monochromatic Colors of #363250
Black with #363250
Text Example
Text Example
White with #363250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363250; }
p { color: rgb(54,50,80); }
H1.HeaderClassName
{
color: #363250;
}
.AnyTagClassName
{
color: #363250;
}
</style>
background-color css
<style>
a { background-color: #363250; }
a { background-color: rgb(54,50,80); }
div.DivClassName
{
background-color: #363250;
}
.BgClassName
{
background-color: #363250;
}
</style>
border-color css
<style>
span { border-color: #363250; }
span { border-color: rgb(54,50,80); }
td.TdClassName
{
border-color: #363250;
}
.TagClassName
{
border-color: #363250;
}
</style>