Shades of Cherry Pie #372954
Tints of Cherry Pie #372954
RGB
CMYK
RGB Variations
Color information
#372954 (or 0x372954) is known color: Cherry Pie. HEX triplet: 37, 29 and 54. RGB value is (55,41,84). Sum of RGB (Red+Green+Blue) = 55+41+84=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #372954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372954 is #C8D6AB. Grayscale: #313131. Windows color (decimal): -13162156 or 5515575. OLE color: 5515575.
HSL color Cylindrical-coordinate representation of color #372954: hue angle of 259.53º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372954 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 41 | 84 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.67 |
| HSL | 259.53º | 0.34% | 0.25% | - |
| HSV(B) | 259.53º | 0.51% | 0.33% | - |
| XYZ | 3.97 | 3.04 | 8.76 | - |
| YUV | 50.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 84 | 0.35 | 0.51 | 0 | 0.67 | 259.53 | 0.34 | 0.25 |
| Hex | 37 | 29 | 54 | 23 | 33 | 0 | 43 | 104 | 22 | 19 |
| Octal | 67 | 51 | 124 | 43 | 63 | 0 | 103 | 404 | 42 | 31 |
| Binary | 110111 | 101001 | 1010100 | 100011 | 110011 | 0 | 1000011 | 100000100 | 100010 | 11001 |
Color Harmonies of #372954
Complementary color
Monochromatic Colors of #372954
Black with #372954
Text Example
Text Example
White with #372954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372954; }
p { color: rgb(55,41,84); }
H1.HeaderClassName
{
color: #372954;
}
.AnyTagClassName
{
color: #372954;
}
</style>
background-color css
<style>
a { background-color: #372954; }
a { background-color: rgb(55,41,84); }
div.DivClassName
{
background-color: #372954;
}
.BgClassName
{
background-color: #372954;
}
</style>
border-color css
<style>
span { border-color: #372954; }
span { border-color: rgb(55,41,84); }
td.TdClassName
{
border-color: #372954;
}
.TagClassName
{
border-color: #372954;
}
</style>