#372C53

Color #372C53 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #372C53

Tints of Cherry Pie #372C53

Color information

#372C53 (or 0x372C53) is unknown color: approx Cherry Pie. HEX triplet: 37, 2C and 53. RGB value is (55,44,83). Sum of RGB (Red+Green+Blue) = 55+44+83=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #372C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C53 is #C8D3AC. Grayscale: #333333. Windows color (decimal): -13161389 or 5450807. OLE color: 5450807.

HSL color Cylindrical-coordinate representation of color #372C53: hue angle of 256.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372C53 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB554483-
CMYK0.340.4700.67
HSL256.92º30.71%24.9%-
HSV(B)256.92º46.99%32.55%-
XYZ4.043.248.6-
YUV51.74145.64130.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=30.22%
G=24.18%
B=45.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5544830.340.4700.67256.9230.7124.9
Hex372C53222F0431011f19
Octal6754123425701034013731
Binary1101111011001010011100010101111010000111000000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372C53; }

 p { color: rgb(55,44,83); }

 H1.HeaderClassName
 {
   color: #372C53;
 }
 .AnyTagClassName
 {
   color: #372C53;
 }
</style>
background-color css

<style>
 a { background-color: #372C53; }

 a { background-color: rgb(55,44,83); }

 div.DivClassName
 {
   background-color: #372C53;
 }
 .BgClassName
 {
   background-color: #372C53;
 }
</style>
border-color css

<style>
 span { border-color: #372C53; }

 span { border-color: rgb(55,44,83); }

 td.TdClassName
 {
   border-color: #372C53;
 }
 .TagClassName
 {
   border-color: #372C53;
 }
</style>