#533B4D

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

Shades of Purple Taupe #533B4D

Tints of Purple Taupe #533B4D

Color information

#533B4D (or 0x533B4D) is unknown color: approx Purple Taupe. HEX triplet: 53, 3B and 4D. RGB value is (83,59,77). Sum of RGB (Red+Green+Blue) = 83+59+77=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #533B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B4D is #ACC4B2. Grayscale: #444444. Windows color (decimal): -11322547 or 5061459. OLE color: 5061459.

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

Color convert

RGB835977-
CMYK00.290.070.67
HSL315º16.9%27.84%-
HSV(B)315º28.92%32.55%-
XYZ6.475.57.74-
YUV68.23132.95138.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=37.90%
G=26.94%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83597700.290.070.6731516.927.84
Hex533B4D01D74313b111c
Octal1237311503571034732134
Binary1010011111011100110101110111110000111001110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,59,77); }

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

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

 a { background-color: rgb(83,59,77); }

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

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

 span { border-color: rgb(83,59,77); }

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