#533D51

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

Shades of Purple Taupe #533D51

Tints of Purple Taupe #533D51

Color information

#533D51 (or 0x533D51) is unknown color: approx Purple Taupe. HEX triplet: 53, 3D and 51. RGB value is (83,61,81). Sum of RGB (Red+Green+Blue) = 83+61+81=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #533D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D51 is #ACC2AE. Grayscale: #454545. Windows color (decimal): -11322031 or 5324115. OLE color: 5324115.

HSL color Cylindrical-coordinate representation of color #533D51: hue angle of 305.45º 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 #533D51 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB836181-
CMYK00.270.020.67
HSL305.45º15.28%28.24%-
HSV(B)305.45º26.51%32.55%-
XYZ6.725.778.54-
YUV69.86134.29137.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 81 (32.03% from 255) = 36%
R=36.89%
G=27.11%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83618100.270.020.67305.4515.2828.24
Hex533D5101B243131f1c
Octal1237512103321034611734
Binary10100111111011010001011011101000011100110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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