Shades of Cherry Pie #372A4A
Tints of Cherry Pie #372A4A
RGB
CMYK
RGB Variations
Color information
#372A4A (or 0x372A4A) is known color: Cherry Pie. HEX triplet: 37, 2A and 4A. RGB value is (55,42,74). Sum of RGB (Red+Green+Blue) = 55+42+74=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #372A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A4A is #C8D5B5. Grayscale: #313131. Windows color (decimal): -13161910 or 4860471. OLE color: 4860471.
HSL color Cylindrical-coordinate representation of color #372A4A: hue angle of 264.38º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #372A4A is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 42 | 74 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.71 |
| HSL | 264.38º | 0.28% | 0.23% | - |
| HSV(B) | 264.38º | 0.43% | 0.29% | - |
| XYZ | 3.64 | 2.96 | 6.86 | - |
| YUV | 49.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 74 | 0.26 | 0.43 | 0 | 0.71 | 264.38 | 0.28 | 0.23 |
| Hex | 37 | 2A | 4A | 1A | 2B | 0 | 47 | 108 | 1C | 17 |
| Octal | 67 | 52 | 112 | 32 | 53 | 0 | 107 | 410 | 34 | 27 |
| Binary | 110111 | 101010 | 1001010 | 11010 | 101011 | 0 | 1000111 | 100001000 | 11100 | 10111 |
Color Harmonies of #372A4A
Complementary color
Monochromatic Colors of #372A4A
Black with #372A4A
Text Example
Text Example
White with #372A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A4A; }
p { color: rgb(55,42,74); }
H1.HeaderClassName
{
color: #372A4A;
}
.AnyTagClassName
{
color: #372A4A;
}
</style>
background-color css
<style>
a { background-color: #372A4A; }
a { background-color: rgb(55,42,74); }
div.DivClassName
{
background-color: #372A4A;
}
.BgClassName
{
background-color: #372A4A;
}
</style>
border-color css
<style>
span { border-color: #372A4A; }
span { border-color: rgb(55,42,74); }
td.TdClassName
{
border-color: #372A4A;
}
.TagClassName
{
border-color: #372A4A;
}
</style>