#533950

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

Shades of Purple Taupe #533950

Tints of Purple Taupe #533950

Color information

#533950 (or 0x533950) is unknown color: approx Purple Taupe. HEX triplet: 53, 39 and 50. RGB value is (83,57,80). Sum of RGB (Red+Green+Blue) = 83+57+80=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533950 is #ACC6AF. Grayscale: #434343. Windows color (decimal): -11323056 or 5257555. OLE color: 5257555.

HSL color Cylindrical-coordinate representation of color #533950: hue angle of 306.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533950 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB835780-
CMYK00.310.040.67
HSL306.92º18.57%27.45%-
HSV(B)306.92º31.33%32.55%-
XYZ6.485.348.28-
YUV67.4135.11139.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=37.73%
G=25.91%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83578000.310.040.67306.9218.5727.45
Hex53395001F443133131b
Octal1237112003741034632333
Binary1010011111001101000001111110010000111001100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533950; }

 p { color: rgb(83,57,80); }

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

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

 a { background-color: rgb(83,57,80); }

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

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

 span { border-color: rgb(83,57,80); }

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