#533D52

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

Shades of Purple Taupe #533D52

Tints of Purple Taupe #533D52

Color information

#533D52 (or 0x533D52) is unknown color: approx Purple Taupe. HEX triplet: 53, 3D and 52. RGB value is (83,61,82). Sum of RGB (Red+Green+Blue) = 83+61+82=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #533D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D52 is #ACC2AD. Grayscale: #454545. Windows color (decimal): -11322030 or 5389651. OLE color: 5389651.

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

Color convert

RGB836182-
CMYK00.270.010.67
HSL302.73º15.28%28.24%-
HSV(B)302.73º26.51%32.55%-
XYZ6.765.798.74-
YUV69.97134.79137.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=36.73%
G=26.99%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83618200.270.010.67302.7315.2828.24
Hex533D5201B14312ff1c
Octal1237512203311034571734
Binary1010011111101101001001101111000011100101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,82); }

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

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

 a { background-color: rgb(83,61,82); }

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

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

 span { border-color: rgb(83,61,82); }

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