Shades of Cherry Pie #372B49
Tints of Cherry Pie #372B49
RGB
CMYK
RGB Variations
Color information
#372B49 (or 0x372B49) is known color: Cherry Pie. HEX triplet: 37, 2B and 49. RGB value is (55,43,73). Sum of RGB (Red+Green+Blue) = 55+43+73=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #372B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B49 is #C8D4B6. Grayscale: #313131. Windows color (decimal): -13161655 or 4795191. OLE color: 4795191.
HSL color Cylindrical-coordinate representation of color #372B49: hue angle of 264º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #372B49 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 43 | 73 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.71 |
| HSL | 264º | 0.26% | 0.23% | - |
| HSV(B) | 264º | 0.41% | 0.29% | - |
| XYZ | 3.64 | 3.02 | 6.69 | - |
| YUV | 50.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 73 | 0.25 | 0.41 | 0 | 0.71 | 264 | 0.26 | 0.23 |
| Hex | 37 | 2B | 49 | 19 | 29 | 0 | 47 | 108 | 1A | 17 |
| Octal | 67 | 53 | 111 | 31 | 51 | 0 | 107 | 410 | 32 | 27 |
| Binary | 110111 | 101011 | 1001001 | 11001 | 101001 | 0 | 1000111 | 100001000 | 11010 | 10111 |
Color Harmonies of #372B49
Complementary color
Monochromatic Colors of #372B49
Black with #372B49
Text Example
Text Example
White with #372B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B49; }
p { color: rgb(55,43,73); }
H1.HeaderClassName
{
color: #372B49;
}
.AnyTagClassName
{
color: #372B49;
}
</style>
background-color css
<style>
a { background-color: #372B49; }
a { background-color: rgb(55,43,73); }
div.DivClassName
{
background-color: #372B49;
}
.BgClassName
{
background-color: #372B49;
}
</style>
border-color css
<style>
span { border-color: #372B49; }
span { border-color: rgb(55,43,73); }
td.TdClassName
{
border-color: #372B49;
}
.TagClassName
{
border-color: #372B49;
}
</style>