Shades of Cherry Pie #372A4B
Tints of Cherry Pie #372A4B
RGB
CMYK
RGB Variations
Color information
#372A4B (or 0x372A4B) is known color: Cherry Pie. HEX triplet: 37, 2A and 4B. RGB value is (55,42,75). Sum of RGB (Red+Green+Blue) = 55+42+75=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #372A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A4B is #C8D5B4. Grayscale: #313131. Windows color (decimal): -13161909 or 4926007. OLE color: 4926007.
HSL color Cylindrical-coordinate representation of color #372A4B: hue angle of 263.64º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #372A4B is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 42 | 75 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.71 |
| HSL | 263.64º | 0.28% | 0.23% | - |
| HSV(B) | 263.64º | 0.44% | 0.29% | - |
| XYZ | 3.67 | 2.98 | 7.04 | - |
| YUV | 49.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 75 | 0.27 | 0.44 | 0 | 0.71 | 263.64 | 0.28 | 0.23 |
| Hex | 37 | 2A | 4B | 1B | 2C | 0 | 47 | 108 | 1C | 17 |
| Octal | 67 | 52 | 113 | 33 | 54 | 0 | 107 | 410 | 34 | 27 |
| Binary | 110111 | 101010 | 1001011 | 11011 | 101100 | 0 | 1000111 | 100001000 | 11100 | 10111 |
Color Harmonies of #372A4B
Complementary color
Monochromatic Colors of #372A4B
Black with #372A4B
Text Example
Text Example
White with #372A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A4B; }
p { color: rgb(55,42,75); }
H1.HeaderClassName
{
color: #372A4B;
}
.AnyTagClassName
{
color: #372A4B;
}
</style>
background-color css
<style>
a { background-color: #372A4B; }
a { background-color: rgb(55,42,75); }
div.DivClassName
{
background-color: #372A4B;
}
.BgClassName
{
background-color: #372A4B;
}
</style>
border-color css
<style>
span { border-color: #372A4B; }
span { border-color: rgb(55,42,75); }
td.TdClassName
{
border-color: #372A4B;
}
.TagClassName
{
border-color: #372A4B;
}
</style>