Html Css Color HEX #59374C Purple Taupe

📋 copy color: '#59374C'

red 89 ◦ green 55 ◦ blue 76

#59374C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #59374C

Tints of Purple Taupe #59374C

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 value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59374C (or 0x59374C) is known color: 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

RGB 89 55 76 -
CMYK 0 0.38 0.15 0.65
HSL 322.94º 0.24% 0.28% -
HSV(B) 322.94º 0.38% 0.35% -
XYZ 6.79 5.38 7.52 -
YUV 67.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 89 55 76 0 0.38 0.15 0.65 322.94 0.24 0.28
Hex 59 37 4C 0 26 F 41 143 18 1C
Octal 131 67 114 0 46 17 101 503 30 34
Binary 1011001 110111 1001100 0 100110 1111 1000001 101000011 11000 11100

Color Harmonies of #59374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59374C

Black with #59374C

Text Example


Text Example

White with #59374C

Text Example


Text Example

HTML Codes & Css Web 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>