#372552

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

Shades of Cherry Pie #372552

Tints of Cherry Pie #372552

Color information

#372552 (or 0x372552) is unknown color: approx Cherry Pie. HEX triplet: 37, 25 and 52. RGB value is (55,37,82). Sum of RGB (Red+Green+Blue) = 55+37+82=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #372552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372552 is #C8DAAD. Grayscale: #2F2F2F. Windows color (decimal): -13163182 or 5383479. OLE color: 5383479.

HSL color Cylindrical-coordinate representation of color #372552: hue angle of 264º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372552 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB553782-
CMYK0.330.5500.68
HSL264º37.82%23.33%-
HSV(B)264º54.88%32.16%-
XYZ3.762.748.31-
YUV47.51147.46133.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 82 (32.42% from 255) = 47.13%
R=31.61%
G=21.26%
B=47.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5537820.330.5500.6826437.8223.33
Hex37255221370441082617
Octal6745122416701044104627
Binary11011110010110100101000011101110100010010000100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372552; }

 p { color: rgb(55,37,82); }

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

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

 a { background-color: rgb(55,37,82); }

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

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

 span { border-color: rgb(55,37,82); }

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