#59374E

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

Shades of Purple Taupe #59374E

Tints of Purple Taupe #59374E

Color information

#59374E (or 0x59374E) is unknown color: approx Purple Taupe. HEX triplet: 59, 37 and 4E. RGB value is (89,55,78). Sum of RGB (Red+Green+Blue) = 89+55+78=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #59374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59374E is #A6C8B1. Grayscale: #434343. Windows color (decimal): -10930354 or 5125977. OLE color: 5125977.

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

Color convert

RGB895578-
CMYK00.380.120.65
HSL319.41º23.61%28.24%-
HSV(B)319.41º38.2%34.9%-
XYZ6.865.417.89-
YUV67.79133.76143.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=40.09%
G=24.77%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89557800.380.120.65319.4123.6128.24
Hex59374E026C4113f181c
Octal13167116046141014773034
Binary101100111011110011100100110110010000011001111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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