Shades of Cherry Pie #363253
Tints of Cherry Pie #363253
RGB
CMYK
RGB Variations
Color information
#363253 (or 0x363253) is known color: Cherry Pie. HEX triplet: 36, 32 and 53. RGB value is (54,50,83). Sum of RGB (Red+Green+Blue) = 54+50+83=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #363253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363253 is #C9CDAC. Grayscale: #363636. Windows color (decimal): -13225389 or 5452342. OLE color: 5452342.
HSL color Cylindrical-coordinate representation of color #363253: hue angle of 247.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #363253 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 50 | 83 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.67 |
| HSL | 247.27º | 0.25% | 0.26% | - |
| HSV(B) | 247.27º | 0.4% | 0.33% | - |
| XYZ | 4.22 | 3.69 | 8.67 | - |
| YUV | 54.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 83 | 0.35 | 0.40 | 0 | 0.67 | 247.27 | 0.25 | 0.26 |
| Hex | 36 | 32 | 53 | 23 | 28 | 0 | 43 | F7 | 19 | 1A |
| Octal | 66 | 62 | 123 | 43 | 50 | 0 | 103 | 367 | 31 | 32 |
| Binary | 110110 | 110010 | 1010011 | 100011 | 101000 | 0 | 1000011 | 11110111 | 11001 | 11010 |
Color Harmonies of #363253
Complementary color
Monochromatic Colors of #363253
Black with #363253
Text Example
Text Example
White with #363253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363253; }
p { color: rgb(54,50,83); }
H1.HeaderClassName
{
color: #363253;
}
.AnyTagClassName
{
color: #363253;
}
</style>
background-color css
<style>
a { background-color: #363253; }
a { background-color: rgb(54,50,83); }
div.DivClassName
{
background-color: #363253;
}
.BgClassName
{
background-color: #363253;
}
</style>
border-color css
<style>
span { border-color: #363253; }
span { border-color: rgb(54,50,83); }
td.TdClassName
{
border-color: #363253;
}
.TagClassName
{
border-color: #363253;
}
</style>