Html Css Color HEX #594151 Purple Taupe

📋 copy color: '#594151'

red 89 ◦ green 65 ◦ blue 81

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

Shades of Purple Taupe #594151

Tints of Purple Taupe #594151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 37.87%
G = 27.66%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#594151 (or 0x594151) is known color: Purple Taupe. HEX triplet: 59, 41 and 51. RGB value is (89,65,81). Sum of RGB (Red+Green+Blue) = 89+65+81=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #594151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594151 is #A6BEAE. Grayscale: #494949. Windows color (decimal): -10927791 or 5325145. OLE color: 5325145.

HSL color Cylindrical-coordinate representation of color #594151: hue angle of 320º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #594151 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 65 81 -
CMYK 0 0.27 0.09 0.65
HSL 320º 0.16% 0.3% -
HSV(B) 320º 0.27% 0.35% -
XYZ 7.5 6.5 8.64 -
YUV 74 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 89 65 81 0 0.27 0.09 0.65 320 0.16 0.3
Hex 59 41 51 0 1B 9 41 140 10 1E
Octal 131 101 121 0 33 11 101 500 20 36
Binary 1011001 1000001 1010001 0 11011 1001 1000001 101000000 10000 11110

Color Harmonies of #594151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594151

Black with #594151

Text Example


Text Example

White with #594151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594151; }

 p { color: rgb(89,65,81); }

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

background-color css

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

 a { background-color: rgb(89,65,81); }

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

border-color css

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

 span { border-color: rgb(89,65,81); }

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