Html Css Color HEX #59384C Purple Taupe

📋 copy color: '#59384C'

red 89 ◦ green 56 ◦ blue 76

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

Shades of Purple Taupe #59384C

Tints of Purple Taupe #59384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 40.27%
G = 25.34%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59384C (or 0x59384C) is known color: Purple Taupe. HEX triplet: 59, 38 and 4C. RGB value is (89,56,76). Sum of RGB (Red+Green+Blue) = 89+56+76=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59384C is #A6C7B3. Grayscale: #444444. Windows color (decimal): -10930100 or 4995161. OLE color: 4995161.

HSL color Cylindrical-coordinate representation of color #59384C: hue angle of 323.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59384C is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 56 76 -
CMYK 0 0.37 0.15 0.65
HSL 323.64º 0.23% 0.28% -
HSV(B) 323.64º 0.37% 0.35% -
XYZ 6.84 5.47 7.53 -
YUV 68.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 89 56 76 0 0.37 0.15 0.65 323.64 0.23 0.28
Hex 59 38 4C 0 25 F 41 144 17 1C
Octal 131 70 114 0 45 17 101 504 27 34
Binary 1011001 111000 1001100 0 100101 1111 1000001 101000100 10111 11100

Color Harmonies of #59384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59384C

Black with #59384C

Text Example


Text Example

White with #59384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59384C; }

 p { color: rgb(89,56,76); }

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

background-color css

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

 a { background-color: rgb(89,56,76); }

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

border-color css

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

 span { border-color: rgb(89,56,76); }

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