#372550

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

Shades of Cherry Pie #372550

Tints of Cherry Pie #372550

Color information

#372550 (or 0x372550) is unknown color: approx Cherry Pie. HEX triplet: 37, 25 and 50. RGB value is (55,37,80). Sum of RGB (Red+Green+Blue) = 55+37+80=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #372550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372550 is #C8DAAF. Grayscale: #2F2F2F. Windows color (decimal): -13163184 or 5252407. OLE color: 5252407.

HSL color Cylindrical-coordinate representation of color #372550: hue angle of 265.12º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #372550 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB553780-
CMYK0.310.5400.69
HSL265.12º36.75%22.94%-
HSV(B)265.12º53.75%31.37%-
XYZ3.692.717.92-
YUV47.28146.46133.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=31.98%
G=21.51%
B=46.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5537800.310.5400.69265.1236.7522.94
Hex3725501F360451092517
Octal6745120376601054114527
Binary1101111001011010000111111101100100010110000100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372550; }

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

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

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

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

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

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

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

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