Shades of Cherry Pie #37314C
Tints of Cherry Pie #37314C
RGB
CMYK
RGB Variations
Color information
#37314C (or 0x37314C) is known color: Cherry Pie. HEX triplet: 37, 31 and 4C. RGB value is (55,49,76). Sum of RGB (Red+Green+Blue) = 55+49+76=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #37314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37314C is #C8CEB3. Grayscale: #353535. Windows color (decimal): -13160116 or 4993335. OLE color: 4993335.
HSL color Cylindrical-coordinate representation of color #37314C: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37314C is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 49 | 76 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.70 |
| HSL | 253.33º | 0.22% | 0.25% | - |
| HSV(B) | 253.33º | 0.36% | 0.3% | - |
| XYZ | 3.98 | 3.53 | 7.31 | - |
| YUV | 53.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 76 | 0.28 | 0.36 | 0 | 0.70 | 253.33 | 0.22 | 0.25 |
| Hex | 37 | 31 | 4C | 1C | 24 | 0 | 46 | FD | 16 | 19 |
| Octal | 67 | 61 | 114 | 34 | 44 | 0 | 106 | 375 | 26 | 31 |
| Binary | 110111 | 110001 | 1001100 | 11100 | 100100 | 0 | 1000110 | 11111101 | 10110 | 11001 |
Color Harmonies of #37314C
Complementary color
Monochromatic Colors of #37314C
Black with #37314C
Text Example
Text Example
White with #37314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37314C; }
p { color: rgb(55,49,76); }
H1.HeaderClassName
{
color: #37314C;
}
.AnyTagClassName
{
color: #37314C;
}
</style>
background-color css
<style>
a { background-color: #37314C; }
a { background-color: rgb(55,49,76); }
div.DivClassName
{
background-color: #37314C;
}
.BgClassName
{
background-color: #37314C;
}
</style>
border-color css
<style>
span { border-color: #37314C; }
span { border-color: rgb(55,49,76); }
td.TdClassName
{
border-color: #37314C;
}
.TagClassName
{
border-color: #37314C;
}
</style>