#372850

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

Shades of Cherry Pie #372850

Tints of Cherry Pie #372850

Color information

#372850 (or 0x372850) is unknown color: approx Cherry Pie. HEX triplet: 37, 28 and 50. RGB value is (55,40,80). Sum of RGB (Red+Green+Blue) = 55+40+80=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #372850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372850 is #C8D7AF. Grayscale: #303030. Windows color (decimal): -13162416 or 5253175. OLE color: 5253175.

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

Color convert

RGB554080-
CMYK0.310.500.69
HSL262.5º33.33%23.53%-
HSV(B)262.5º50%31.37%-
XYZ3.782.917.95-
YUV49.04145.47132.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=31.43%
G=22.86%
B=45.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5540800.310.500.69262.533.3323.53
Hex3728501F320451062118
Octal6750120376201054064130
Binary1101111010001010000111111100100100010110000011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372850; }

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

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

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

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

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

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

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

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