Html Css Color HEX #59354F Purple Taupe

📋 copy color: '#59354F'

red 89 ◦ green 53 ◦ blue 79

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

Shades of Purple Taupe #59354F

Tints of Purple Taupe #59354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 40.27%
G = 23.98%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59354F (or 0x59354F) is known color: Purple Taupe. HEX triplet: 59, 35 and 4F. RGB value is (89,53,79). Sum of RGB (Red+Green+Blue) = 89+53+79=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59354F is #A6CAB0. Grayscale: #424242. Windows color (decimal): -10930865 or 5191001. OLE color: 5191001.

HSL color Cylindrical-coordinate representation of color #59354F: hue angle of 316.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59354F is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 79 -
CMYK 0 0.40 0.11 0.65
HSL 316.67º 0.25% 0.28% -
HSV(B) 316.67º 0.4% 0.35% -
XYZ 6.8 5.23 8.05 -
YUV 66.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 89 53 79 0 0.40 0.11 0.65 316.67 0.25 0.28
Hex 59 35 4F 0 28 B 41 13D 19 1C
Octal 131 65 117 0 50 13 101 475 31 34
Binary 1011001 110101 1001111 0 101000 1011 1000001 100111101 11001 11100

Color Harmonies of #59354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59354F

Black with #59354F

Text Example


Text Example

White with #59354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59354F; }

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

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

background-color css

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

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

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

border-color css

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

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

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