#372852

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

Shades of Cherry Pie #372852

Tints of Cherry Pie #372852

Color information

#372852 (or 0x372852) is unknown color: approx Cherry Pie. HEX triplet: 37, 28 and 52. RGB value is (55,40,82). Sum of RGB (Red+Green+Blue) = 55+40+82=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #372852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372852 is #C8D7AD. Grayscale: #313131. Windows color (decimal): -13162414 or 5384247. OLE color: 5384247.

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

Color convert

RGB554082-
CMYK0.330.5100.68
HSL261.43º34.43%23.92%-
HSV(B)261.43º51.22%32.16%-
XYZ3.862.948.35-
YUV49.27146.47132.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=31.07%
G=22.60%
B=46.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5540820.330.5100.68261.4334.4323.92
Hex37285221330441052218
Octal6750122416301044054230
Binary11011110100010100101000011100110100010010000010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372852; }

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

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

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

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

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

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

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

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