#533C4A

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

Shades of Purple Taupe #533C4A

Tints of Purple Taupe #533C4A

Color information

#533C4A (or 0x533C4A) is unknown color: approx Purple Taupe. HEX triplet: 53, 3C and 4A. RGB value is (83,60,74). Sum of RGB (Red+Green+Blue) = 83+60+74=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C4A is #ACC3B5. Grayscale: #444444. Windows color (decimal): -11322294 or 4865107. OLE color: 4865107.

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

Color convert

RGB836074-
CMYK00.280.110.67
HSL323.48º16.08%28.04%-
HSV(B)323.48º27.71%32.55%-
XYZ6.425.577.21-
YUV68.47131.12138.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 60 (23.83% from 255) = 27.65%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=38.25%
G=27.65%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83607400.280.110.67323.4816.0828.04
Hex533C4A01CB43143101c
Octal12374112034131035032034
Binary10100111111001001010011100101110000111010000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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