Shades of Cherry Pie #372F54
Tints of Cherry Pie #372F54
RGB
CMYK
RGB Variations
Color information
#372F54 (or 0x372F54) is known color: Cherry Pie. HEX triplet: 37, 2F and 54. RGB value is (55,47,84). Sum of RGB (Red+Green+Blue) = 55+47+84=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #372F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F54 is #C8D0AB. Grayscale: #353535. Windows color (decimal): -13160620 or 5517111. OLE color: 5517111.
HSL color Cylindrical-coordinate representation of color #372F54: hue angle of 252.97º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #372F54 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 47 | 84 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.67 |
| HSL | 252.97º | 0.28% | 0.26% | - |
| HSV(B) | 252.97º | 0.44% | 0.33% | - |
| XYZ | 4.19 | 3.49 | 8.84 | - |
| YUV | 53.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 84 | 0.35 | 0.44 | 0 | 0.67 | 252.97 | 0.28 | 0.26 |
| Hex | 37 | 2F | 54 | 23 | 2C | 0 | 43 | FD | 1C | 1A |
| Octal | 67 | 57 | 124 | 43 | 54 | 0 | 103 | 375 | 34 | 32 |
| Binary | 110111 | 101111 | 1010100 | 100011 | 101100 | 0 | 1000011 | 11111101 | 11100 | 11010 |
Color Harmonies of #372F54
Complementary color
Monochromatic Colors of #372F54
Black with #372F54
Text Example
Text Example
White with #372F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F54; }
p { color: rgb(55,47,84); }
H1.HeaderClassName
{
color: #372F54;
}
.AnyTagClassName
{
color: #372F54;
}
</style>
background-color css
<style>
a { background-color: #372F54; }
a { background-color: rgb(55,47,84); }
div.DivClassName
{
background-color: #372F54;
}
.BgClassName
{
background-color: #372F54;
}
</style>
border-color css
<style>
span { border-color: #372F54; }
span { border-color: rgb(55,47,84); }
td.TdClassName
{
border-color: #372F54;
}
.TagClassName
{
border-color: #372F54;
}
</style>