Shades of Cherry Pie #372D56
Tints of Cherry Pie #372D56
RGB
CMYK
RGB Variations
Color information
#372D56 (or 0x372D56) is known color: Cherry Pie. HEX triplet: 37, 2D and 56. RGB value is (55,45,86). Sum of RGB (Red+Green+Blue) = 55+45+86=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #372D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D56 is #C8D2A9. Grayscale: #343434. Windows color (decimal): -13161130 or 5647671. OLE color: 5647671.
HSL color Cylindrical-coordinate representation of color #372D56: hue angle of 254.63º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #372D56 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 45 | 86 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.66 |
| HSL | 254.63º | 0.31% | 0.26% | - |
| HSV(B) | 254.63º | 0.48% | 0.34% | - |
| XYZ | 4.19 | 3.36 | 9.23 | - |
| YUV | 52.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 86 | 0.36 | 0.48 | 0 | 0.66 | 254.63 | 0.31 | 0.26 |
| Hex | 37 | 2D | 56 | 24 | 30 | 0 | 42 | FF | 1F | 1A |
| Octal | 67 | 55 | 126 | 44 | 60 | 0 | 102 | 377 | 37 | 32 |
| Binary | 110111 | 101101 | 1010110 | 100100 | 110000 | 0 | 1000010 | 11111111 | 11111 | 11010 |
Color Harmonies of #372D56
Complementary color
Monochromatic Colors of #372D56
Black with #372D56
Text Example
Text Example
White with #372D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D56; }
p { color: rgb(55,45,86); }
H1.HeaderClassName
{
color: #372D56;
}
.AnyTagClassName
{
color: #372D56;
}
</style>
background-color css
<style>
a { background-color: #372D56; }
a { background-color: rgb(55,45,86); }
div.DivClassName
{
background-color: #372D56;
}
.BgClassName
{
background-color: #372D56;
}
</style>
border-color css
<style>
span { border-color: #372D56; }
span { border-color: rgb(55,45,86); }
td.TdClassName
{
border-color: #372D56;
}
.TagClassName
{
border-color: #372D56;
}
</style>