#59374C

Color #59374C Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #59374C

Tints of Purple Taupe #59374C

Color information

#59374C (or 0x59374C) is unknown color: approx Purple Taupe. HEX triplet: 59, 37 and 4C. RGB value is (89,55,76). Sum of RGB (Red+Green+Blue) = 89+55+76=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59374C is #A6C8B3. Grayscale: #434343. Windows color (decimal): -10930356 or 4994905. OLE color: 4994905.

HSL color Cylindrical-coordinate representation of color #59374C: hue angle of 322.94º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59374C is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB895576-
CMYK00.380.150.65
HSL322.94º23.61%28.24%-
HSV(B)322.94º38.2%34.9%-
XYZ6.795.387.52-
YUV67.56132.76143.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=40.45%
G=25%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89557600.380.150.65322.9423.6128.24
Hex59374C026F41143181c
Octal13167114046171015033034
Binary101100111011110011000100110111110000011010000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59374C; }

 p { color: rgb(89,55,76); }

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

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

 a { background-color: rgb(89,55,76); }

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

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

 span { border-color: rgb(89,55,76); }

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