Shades of Cherry Pie #373254
Tints of Cherry Pie #373254
RGB
CMYK
RGB Variations
Color information
#373254 (or 0x373254) is known color: Cherry Pie. HEX triplet: 37, 32 and 54. RGB value is (55,50,84). Sum of RGB (Red+Green+Blue) = 55+50+84=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #373254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373254 is #C8CDAB. Grayscale: #373737. Windows color (decimal): -13159852 or 5517879. OLE color: 5517879.
HSL color Cylindrical-coordinate representation of color #373254: hue angle of 248.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #373254 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 50 | 84 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.67 |
| HSL | 248.82º | 0.25% | 0.26% | - |
| HSV(B) | 248.82º | 0.4% | 0.33% | - |
| XYZ | 4.32 | 3.73 | 8.88 | - |
| YUV | 55.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 84 | 0.35 | 0.40 | 0 | 0.67 | 248.82 | 0.25 | 0.26 |
| Hex | 37 | 32 | 54 | 23 | 28 | 0 | 43 | F9 | 19 | 1A |
| Octal | 67 | 62 | 124 | 43 | 50 | 0 | 103 | 371 | 31 | 32 |
| Binary | 110111 | 110010 | 1010100 | 100011 | 101000 | 0 | 1000011 | 11111001 | 11001 | 11010 |
Color Harmonies of #373254
Complementary color
Monochromatic Colors of #373254
Black with #373254
Text Example
Text Example
White with #373254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373254; }
p { color: rgb(55,50,84); }
H1.HeaderClassName
{
color: #373254;
}
.AnyTagClassName
{
color: #373254;
}
</style>
background-color css
<style>
a { background-color: #373254; }
a { background-color: rgb(55,50,84); }
div.DivClassName
{
background-color: #373254;
}
.BgClassName
{
background-color: #373254;
}
</style>
border-color css
<style>
span { border-color: #373254; }
span { border-color: rgb(55,50,84); }
td.TdClassName
{
border-color: #373254;
}
.TagClassName
{
border-color: #373254;
}
</style>