Shades of Cherry Pie #373155
Tints of Cherry Pie #373155
RGB
CMYK
RGB Variations
Color information
#373155 (or 0x373155) is known color: Cherry Pie. HEX triplet: 37, 31 and 55. RGB value is (55,49,85). Sum of RGB (Red+Green+Blue) = 55+49+85=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #373155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373155 is #C8CEAA. Grayscale: #363636. Windows color (decimal): -13160107 or 5583159. OLE color: 5583159.
HSL color Cylindrical-coordinate representation of color #373155: hue angle of 250º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #373155 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 49 | 85 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.67 |
| HSL | 250º | 0.27% | 0.26% | - |
| HSV(B) | 250º | 0.42% | 0.33% | - |
| XYZ | 4.31 | 3.66 | 9.07 | - |
| YUV | 54.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 85 | 0.35 | 0.42 | 0 | 0.67 | 250 | 0.27 | 0.26 |
| Hex | 37 | 31 | 55 | 23 | 2A | 0 | 43 | FA | 1B | 1A |
| Octal | 67 | 61 | 125 | 43 | 52 | 0 | 103 | 372 | 33 | 32 |
| Binary | 110111 | 110001 | 1010101 | 100011 | 101010 | 0 | 1000011 | 11111010 | 11011 | 11010 |
Color Harmonies of #373155
Complementary color
Monochromatic Colors of #373155
Black with #373155
Text Example
Text Example
White with #373155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373155; }
p { color: rgb(55,49,85); }
H1.HeaderClassName
{
color: #373155;
}
.AnyTagClassName
{
color: #373155;
}
</style>
background-color css
<style>
a { background-color: #373155; }
a { background-color: rgb(55,49,85); }
div.DivClassName
{
background-color: #373155;
}
.BgClassName
{
background-color: #373155;
}
</style>
border-color css
<style>
span { border-color: #373155; }
span { border-color: rgb(55,49,85); }
td.TdClassName
{
border-color: #373155;
}
.TagClassName
{
border-color: #373155;
}
</style>