Shades of Cherry Pie #372A51
Tints of Cherry Pie #372A51
RGB
CMYK
RGB Variations
Color information
#372A51 (or 0x372A51) is known color: Cherry Pie. HEX triplet: 37, 2A and 51. RGB value is (55,42,81). Sum of RGB (Red+Green+Blue) = 55+42+81=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #372A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372A51 is #C8D5AE. Grayscale: #323232. Windows color (decimal): -13161903 or 5319223. OLE color: 5319223.
HSL color Cylindrical-coordinate representation of color #372A51: hue angle of 260º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #372A51 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 42 | 81 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.68 |
| HSL | 260º | 0.32% | 0.24% | - |
| HSV(B) | 260º | 0.48% | 0.32% | - |
| XYZ | 3.89 | 3.06 | 8.17 | - |
| YUV | 50.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 81 | 0.32 | 0.48 | 0 | 0.68 | 260 | 0.32 | 0.24 |
| Hex | 37 | 2A | 51 | 20 | 30 | 0 | 44 | 104 | 20 | 18 |
| Octal | 67 | 52 | 121 | 40 | 60 | 0 | 104 | 404 | 40 | 30 |
| Binary | 110111 | 101010 | 1010001 | 100000 | 110000 | 0 | 1000100 | 100000100 | 100000 | 11000 |
Color Harmonies of #372A51
Complementary color
Monochromatic Colors of #372A51
Black with #372A51
Text Example
Text Example
White with #372A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A51; }
p { color: rgb(55,42,81); }
H1.HeaderClassName
{
color: #372A51;
}
.AnyTagClassName
{
color: #372A51;
}
</style>
background-color css
<style>
a { background-color: #372A51; }
a { background-color: rgb(55,42,81); }
div.DivClassName
{
background-color: #372A51;
}
.BgClassName
{
background-color: #372A51;
}
</style>
border-color css
<style>
span { border-color: #372A51; }
span { border-color: rgb(55,42,81); }
td.TdClassName
{
border-color: #372A51;
}
.TagClassName
{
border-color: #372A51;
}
</style>