#372952

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

Shades of Cherry Pie #372952

Tints of Cherry Pie #372952

Color information

#372952 (or 0x372952) is unknown color: approx Cherry Pie. HEX triplet: 37, 29 and 52. RGB value is (55,41,82). Sum of RGB (Red+Green+Blue) = 55+41+82=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #372952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372952 is #C8D6AD. Grayscale: #313131. Windows color (decimal): -13162158 or 5384503. OLE color: 5384503.

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

Color convert

RGB554182-
CMYK0.330.5000.68
HSL260.49º33.33%24.12%-
HSV(B)260.49º50%32.16%-
XYZ3.893.018.36-
YUV49.86146.14131.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=30.90%
G=23.03%
B=46.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5541820.330.5000.68260.4933.3324.12
Hex37295221320441042118
Octal6751122416201044044130
Binary11011110100110100101000011100100100010010000010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372952; }

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

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

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

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

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

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

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

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