#54394D

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

Shades of Purple Taupe #54394D

Tints of Purple Taupe #54394D

Color information

#54394D (or 0x54394D) is unknown color: approx Purple Taupe. HEX triplet: 54, 39 and 4D. RGB value is (84,57,77). Sum of RGB (Red+Green+Blue) = 84+57+77=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #54394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54394D is #ABC6B2. Grayscale: #434343. Windows color (decimal): -11257523 or 5060948. OLE color: 5060948.

HSL color Cylindrical-coordinate representation of color #54394D: hue angle of 315.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54394D is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB845777-
CMYK00.320.080.67
HSL315.56º19.15%27.65%-
HSV(B)315.56º32.14%32.94%-
XYZ6.465.357.71-
YUV67.35133.45139.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=38.53%
G=26.15%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84577700.320.080.67315.5619.1527.65
Hex54394D02084313c131c
Octal12471115040101034742334
Binary101010011100110011010100000100010000111001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54394D; }

 p { color: rgb(84,57,77); }

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

<style>
 a { background-color: #54394D; }

 a { background-color: rgb(84,57,77); }

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

<style>
 span { border-color: #54394D; }

 span { border-color: rgb(84,57,77); }

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