#533E4B

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

Shades of Purple Taupe #533E4B

Tints of Purple Taupe #533E4B

Color information

#533E4B (or 0x533E4B) is unknown color: approx Purple Taupe. HEX triplet: 53, 3E and 4B. RGB value is (83,62,75). Sum of RGB (Red+Green+Blue) = 83+62+75=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E4B is #ACC1B4. Grayscale: #454545. Windows color (decimal): -11321781 or 4931155. OLE color: 4931155.

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

Color convert

RGB836275-
CMYK00.250.100.67
HSL322.86º14.48%28.43%-
HSV(B)322.86º25.3%32.55%-
XYZ6.565.797.43-
YUV69.76130.96137.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=37.73%
G=28.18%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83627500.250.100.67322.8614.4828.43
Hex533E4B019A43143e1c
Octal12376113031121035031634
Binary1010011111110100101101100110101000011101000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,62,75); }

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

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

 a { background-color: rgb(83,62,75); }

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

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

 span { border-color: rgb(83,62,75); }

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