#59374D

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

Shades of Purple Taupe #59374D

Tints of Purple Taupe #59374D

Color information

#59374D (or 0x59374D) is unknown color: approx Purple Taupe. HEX triplet: 59, 37 and 4D. RGB value is (89,55,77). Sum of RGB (Red+Green+Blue) = 89+55+77=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59374D is #A6C8B2. Grayscale: #434343. Windows color (decimal): -10930355 or 5060441. OLE color: 5060441.

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

Color convert

RGB895577-
CMYK00.380.130.65
HSL321.18º23.61%28.24%-
HSV(B)321.18º38.2%34.9%-
XYZ6.835.397.7-
YUV67.67133.26143.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 55 (21.88% from 255) = 24.89%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=40.27%
G=24.89%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89557700.380.130.65321.1823.6128.24
Hex59374D026D41141181c
Octal13167115046151015013034
Binary101100111011110011010100110110110000011010000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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