Html Css Color HEX #593D4F Purple Taupe

📋 copy color: '#593D4F'

red 89 ◦ green 61 ◦ blue 79

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

Shades of Purple Taupe #593D4F

Tints of Purple Taupe #593D4F

RGB

 RED value IS 89 (35.16% from 255) = 38.86%

 GREEN value IS 61 (24.22% from 255) = 26.64%

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 38.86%
G = 26.64%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#593D4F (or 0x593D4F) is known color: Purple Taupe. HEX triplet: 59, 3D and 4F. RGB value is (89,61,79). Sum of RGB (Red+Green+Blue) = 89+61+79=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #593D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D4F is #A6C2B0. Grayscale: #474747. Windows color (decimal): -10928817 or 5193049. OLE color: 5193049.

HSL color Cylindrical-coordinate representation of color #593D4F: hue angle of 321.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D4F is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 61 79 -
CMYK 0 0.31 0.11 0.65
HSL 321.43º 0.19% 0.29% -
HSV(B) 321.43º 0.31% 0.35% -
XYZ 7.2 6.03 8.18 -
YUV 71.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 89 61 79 0 0.31 0.11 0.65 321.43 0.19 0.29
Hex 59 3D 4F 0 1F B 41 141 13 1D
Octal 131 75 117 0 37 13 101 501 23 35
Binary 1011001 111101 1001111 0 11111 1011 1000001 101000001 10011 11101

Color Harmonies of #593D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D4F

Black with #593D4F

Text Example


Text Example

White with #593D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593D4F; }

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

 H1.HeaderClassName
 {
   color: #593D4F;
 }
 .AnyTagClassName
 {
   color: #593D4F;
 }
</style>

background-color css

<style>
 a { background-color: #593D4F; }

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

 div.DivClassName
 {
   background-color: #593D4F;
 }
 .BgClassName
 {
   background-color: #593D4F;
 }
</style>

border-color css

<style>
 span { border-color: #593D4F; }

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

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