Html Css Color HEX #533D4C Purple Taupe

📋 copy color: '#533D4C'

red 83 ◦ green 61 ◦ blue 76

#533D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #533D4C

Tints of Purple Taupe #533D4C

RGB

 RED value IS 83 (32.81% from 255) = 37.73%

 GREEN value IS 61 (24.22% from 255) = 27.73%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 37.73%
G = 27.73%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#533D4C (or 0x533D4C) is known color: Purple Taupe. HEX triplet: 53, 3D and 4C. RGB value is (83,61,76). Sum of RGB (Red+Green+Blue) = 83+61+76=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D4C is #ACC2B3. Grayscale: #454545. Windows color (decimal): -11322036 or 4996435. OLE color: 4996435.

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

Color convert

RGB 83 61 76 -
CMYK 0 0.27 0.08 0.67
HSL 319.09º 0.15% 0.28% -
HSV(B) 319.09º 0.27% 0.33% -
XYZ 6.54 5.7 7.59 -
YUV 69.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 83 61 76 0 0.27 0.08 0.67 319.09 0.15 0.28
Hex 53 3D 4C 0 1B 8 43 13F F 1C
Octal 123 75 114 0 33 10 103 477 17 34
Binary 1010011 111101 1001100 0 11011 1000 1000011 100111111 1111 11100

Color Harmonies of #533D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D4C

Black with #533D4C

Text Example


Text Example

White with #533D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,76); }

 H1.HeaderClassName
 {
   color: #533D4C;
 }
 .AnyTagClassName
 {
   color: #533D4C;
 }
</style>

background-color css

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

 a { background-color: rgb(83,61,76); }

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

border-color css

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

 span { border-color: rgb(83,61,76); }

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