#53384D

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

Shades of Purple Taupe #53384D

Tints of Purple Taupe #53384D

Color information

#53384D (or 0x53384D) is unknown color: approx Purple Taupe. HEX triplet: 53, 38 and 4D. RGB value is (83,56,77). Sum of RGB (Red+Green+Blue) = 83+56+77=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #53384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53384D is #ACC7B2. Grayscale: #424242. Windows color (decimal): -11323315 or 5060691. OLE color: 5060691.

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

Color convert

RGB835677-
CMYK00.330.070.67
HSL313.33º19.42%27.25%-
HSV(B)313.33º32.53%32.55%-
XYZ6.325.27.69-
YUV66.47133.95139.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=38.43%
G=25.93%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83567700.330.070.67313.3319.4227.25
Hex53384D021743139131b
Octal1237011504171034712333
Binary10100111110001001101010000111110000111001110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,56,77); }

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

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

 a { background-color: rgb(83,56,77); }

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

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

 span { border-color: rgb(83,56,77); }

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