#59374F

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

Shades of Purple Taupe #59374F

Tints of Purple Taupe #59374F

Color information

#59374F (or 0x59374F) is unknown color: approx Purple Taupe. HEX triplet: 59, 37 and 4F. RGB value is (89,55,79). Sum of RGB (Red+Green+Blue) = 89+55+79=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #59374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59374F is #A6C8B0. Grayscale: #434343. Windows color (decimal): -10930353 or 5191513. OLE color: 5191513.

HSL color Cylindrical-coordinate representation of color #59374F: hue angle of 317.65º 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 #59374F is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB895579-
CMYK00.380.110.65
HSL317.65º23.61%28.24%-
HSV(B)317.65º38.2%34.9%-
XYZ6.95.428.08-
YUV67.9134.26143.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=39.91%
G=24.66%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89557900.380.110.65317.6523.6128.24
Hex59374F026B4113e181c
Octal13167117046131014763034
Binary101100111011110011110100110101110000011001111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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