Shades of Cherry Pie #373150
Tints of Cherry Pie #373150
RGB
CMYK
RGB Variations
Color information
#373150 (or 0x373150) is known color: Cherry Pie. HEX triplet: 37, 31 and 50. RGB value is (55,49,80). Sum of RGB (Red+Green+Blue) = 55+49+80=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #373150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373150 is #C8CEAF. Grayscale: #363636. Windows color (decimal): -13160112 or 5255479. OLE color: 5255479.
HSL color Cylindrical-coordinate representation of color #373150: hue angle of 251.61º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #373150 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 49 | 80 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.69 |
| HSL | 251.61º | 0.24% | 0.25% | - |
| HSV(B) | 251.61º | 0.39% | 0.31% | - |
| XYZ | 4.12 | 3.59 | 8.06 | - |
| YUV | 54.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 80 | 0.31 | 0.39 | 0 | 0.69 | 251.61 | 0.24 | 0.25 |
| Hex | 37 | 31 | 50 | 1F | 27 | 0 | 45 | FC | 18 | 19 |
| Octal | 67 | 61 | 120 | 37 | 47 | 0 | 105 | 374 | 30 | 31 |
| Binary | 110111 | 110001 | 1010000 | 11111 | 100111 | 0 | 1000101 | 11111100 | 11000 | 11001 |
Color Harmonies of #373150
Complementary color
Monochromatic Colors of #373150
Black with #373150
Text Example
Text Example
White with #373150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373150; }
p { color: rgb(55,49,80); }
H1.HeaderClassName
{
color: #373150;
}
.AnyTagClassName
{
color: #373150;
}
</style>
background-color css
<style>
a { background-color: #373150; }
a { background-color: rgb(55,49,80); }
div.DivClassName
{
background-color: #373150;
}
.BgClassName
{
background-color: #373150;
}
</style>
border-color css
<style>
span { border-color: #373150; }
span { border-color: rgb(55,49,80); }
td.TdClassName
{
border-color: #373150;
}
.TagClassName
{
border-color: #373150;
}
</style>