#533C4D

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

Shades of Purple Taupe #533C4D

Tints of Purple Taupe #533C4D

Color information

#533C4D (or 0x533C4D) is unknown color: approx Purple Taupe. HEX triplet: 53, 3C and 4D. RGB value is (83,60,77). Sum of RGB (Red+Green+Blue) = 83+60+77=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C4D is #ACC3B2. Grayscale: #444444. Windows color (decimal): -11322291 or 5061715. OLE color: 5061715.

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

Color convert

RGB836077-
CMYK00.280.070.67
HSL315.65º16.08%28.04%-
HSV(B)315.65º27.71%32.55%-
XYZ6.525.617.76-
YUV68.82132.62138.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 77 (30.47% from 255) = 35%
R=37.73%
G=27.27%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83607700.280.070.67315.6516.0828.04
Hex533C4D01C74313c101c
Octal1237411503471034742034
Binary1010011111100100110101110011110000111001111001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533C4D; }

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

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

<style>
 a { background-color: #533C4D; }

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

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

<style>
 span { border-color: #533C4D; }

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

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