Shades of Cherry Pie #372C5A
Tints of Cherry Pie #372C5A
RGB
CMYK
RGB Variations
Color information
#372C5A (or 0x372C5A) is known color: Cherry Pie. HEX triplet: 37, 2C and 5A. RGB value is (55,44,90). Sum of RGB (Red+Green+Blue) = 55+44+90=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #372C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C5A is #C8D3A5. Grayscale: #343434. Windows color (decimal): -13161382 or 5909559. OLE color: 5909559.
HSL color Cylindrical-coordinate representation of color #372C5A: hue angle of 254.35º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372C5A is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 44 | 90 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.65 |
| HSL | 254.35º | 0.34% | 0.26% | - |
| HSV(B) | 254.35º | 0.51% | 0.35% | - |
| XYZ | 4.32 | 3.35 | 10.09 | - |
| YUV | 52.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 90 | 0.39 | 0.51 | 0 | 0.65 | 254.35 | 0.34 | 0.26 |
| Hex | 37 | 2C | 5A | 27 | 33 | 0 | 41 | FE | 22 | 1A |
| Octal | 67 | 54 | 132 | 47 | 63 | 0 | 101 | 376 | 42 | 32 |
| Binary | 110111 | 101100 | 1011010 | 100111 | 110011 | 0 | 1000001 | 11111110 | 100010 | 11010 |
Color Harmonies of #372C5A
Complementary color
Monochromatic Colors of #372C5A
Black with #372C5A
Text Example
Text Example
White with #372C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C5A; }
p { color: rgb(55,44,90); }
H1.HeaderClassName
{
color: #372C5A;
}
.AnyTagClassName
{
color: #372C5A;
}
</style>
background-color css
<style>
a { background-color: #372C5A; }
a { background-color: rgb(55,44,90); }
div.DivClassName
{
background-color: #372C5A;
}
.BgClassName
{
background-color: #372C5A;
}
</style>
border-color css
<style>
span { border-color: #372C5A; }
span { border-color: rgb(55,44,90); }
td.TdClassName
{
border-color: #372C5A;
}
.TagClassName
{
border-color: #372C5A;
}
</style>