Html Css Color HEX #58374C Purple Taupe

📋 copy color: '#58374C'

red 88 ◦ green 55 ◦ blue 76

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

Shades of Purple Taupe #58374C

Tints of Purple Taupe #58374C

RGB

 RED value IS 88 (34.77% from 255) = 40.18%

 GREEN value IS 55 (21.88% from 255) = 25.11%

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

R = 40.18%
G = 25.11%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58374C (or 0x58374C) is known color: Purple Taupe. HEX triplet: 58, 37 and 4C. RGB value is (88,55,76). Sum of RGB (Red+Green+Blue) = 88+55+76=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #58374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58374C is #A7C8B3. Grayscale: #434343. Windows color (decimal): -10995892 or 4994904. OLE color: 4994904.

HSL color Cylindrical-coordinate representation of color #58374C: hue angle of 321.82º degrees, saturation: 0.23, 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 #58374C is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 55 76 -
CMYK 0 0.38 0.14 0.65
HSL 321.82º 0.23% 0.28% -
HSV(B) 321.82º 0.38% 0.35% -
XYZ 6.7 5.33 7.51 -
YUV 67.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 88 55 76 0 0.38 0.14 0.65 321.82 0.23 0.28
Hex 58 37 4C 0 26 E 41 142 17 1C
Octal 130 67 114 0 46 16 101 502 27 34
Binary 1011000 110111 1001100 0 100110 1110 1000001 101000010 10111 11100

Color Harmonies of #58374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58374C

Black with #58374C

Text Example


Text Example

White with #58374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,55,76); }

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

background-color css

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

 a { background-color: rgb(88,55,76); }

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

border-color css

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

 span { border-color: rgb(88,55,76); }

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