#58364F

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

Shades of Purple Taupe #58364F

Tints of Purple Taupe #58364F

Color information

#58364F (or 0x58364F) is unknown color: approx Purple Taupe. HEX triplet: 58, 36 and 4F. RGB value is (88,54,79). Sum of RGB (Red+Green+Blue) = 88+54+79=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #58364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58364F is #A7C9B0. Grayscale: #424242. Windows color (decimal): -10996145 or 5191256. OLE color: 5191256.

HSL color Cylindrical-coordinate representation of color #58364F: hue angle of 315.88º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58364F is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB885479-
CMYK00.390.100.65
HSL315.88º23.94%27.84%-
HSV(B)315.88º38.64%34.51%-
XYZ6.755.288.06-
YUV67.02134.76142.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=39.82%
G=24.43%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88547900.390.100.65315.8823.9427.84
Hex58364F027A4113c181c
Octal13066117047121014743034
Binary101100011011010011110100111101010000011001111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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