#533B4B

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

Shades of Purple Taupe #533B4B

Tints of Purple Taupe #533B4B

Color information

#533B4B (or 0x533B4B) is unknown color: approx Purple Taupe. HEX triplet: 53, 3B and 4B. RGB value is (83,59,75). Sum of RGB (Red+Green+Blue) = 83+59+75=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B4B is #ACC4B4. Grayscale: #434343. Windows color (decimal): -11322549 or 4930387. OLE color: 4930387.

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

Color convert

RGB835975-
CMYK00.290.100.67
HSL320º16.9%27.84%-
HSV(B)320º28.92%32.55%-
XYZ6.45.477.38-
YUV68131.95138.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=38.25%
G=27.19%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83597500.290.100.6732016.927.84
Hex533B4B01DA43140111c
Octal12373113035121035002134
Binary10100111110111001011011101101010000111010000001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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