Html Css Color HEX #59374F Purple Taupe

📋 copy color: '#59374F'

red 89 ◦ green 55 ◦ blue 79

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

Shades of Purple Taupe #59374F

Tints of Purple Taupe #59374F

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

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 89 55 79 -
CMYK 0 0.38 0.11 0.65
HSL 317.65º 0.24% 0.28% -
HSV(B) 317.65º 0.38% 0.35% -
XYZ 6.9 5.42 8.08 -
YUV 67.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 89 55 79 0 0.38 0.11 0.65 317.65 0.24 0.28
Hex 59 37 4F 0 26 B 41 13E 18 1C
Octal 131 67 117 0 46 13 101 476 30 34
Binary 1011001 110111 1001111 0 100110 1011 1000001 100111110 11000 11100

Color Harmonies of #59374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59374F

Black with #59374F

Text Example


Text Example

White with #59374F

Text Example


Text Example

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