#372855

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

Shades of Cherry Pie #372855

Tints of Cherry Pie #372855

Color information

#372855 (or 0x372855) is unknown color: approx Cherry Pie. HEX triplet: 37, 28 and 55. RGB value is (55,40,85). Sum of RGB (Red+Green+Blue) = 55+40+85=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #372855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372855 is #C8D7AA. Grayscale: #313131. Windows color (decimal): -13162411 or 5580855. OLE color: 5580855.

HSL color Cylindrical-coordinate representation of color #372855: hue angle of 260º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #372855 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB554085-
CMYK0.350.5300.67
HSL260º36%24.51%-
HSV(B)260º52.94%33.33%-
XYZ3.972.998.96-
YUV49.61147.97131.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=30.56%
G=22.22%
B=47.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5540850.350.5300.672603624.51
Hex37285523350431042419
Octal6750125436501034044431
Binary11011110100010101011000111101010100001110000010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372855; }

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

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

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

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

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

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

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

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