#58374F

Color #58374F Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #58374F

Tints of Purple Taupe #58374F

Color information

#58374F (or 0x58374F) is unknown color: approx Purple Taupe. HEX triplet: 58, 37 and 4F. RGB value is (88,55,79). Sum of RGB (Red+Green+Blue) = 88+55+79=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #58374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58374F is #A7C8B0. Grayscale: #434343. Windows color (decimal): -10995889 or 5191512. OLE color: 5191512.

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

Color convert

RGB885579-
CMYK00.380.100.65
HSL316.36º23.08%28.04%-
HSV(B)316.36º37.5%34.51%-
XYZ6.85.378.08-
YUV67.6134.43142.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=39.64%
G=24.77%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88557900.380.100.65316.3623.0828.04
Hex58374F026A4113c171c
Octal13067117046121014742734
Binary101100011011110011110100110101010000011001111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58374F;
 }
 .AnyTagClassName
 {
   color: #58374F;
 }
</style>
background-color css

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

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

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

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

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

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