Html Css Color HEX #533A49 Purple Taupe

📋 copy color: '#533A49'

red 83 ◦ green 58 ◦ blue 73

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

Shades of Purple Taupe #533A49

Tints of Purple Taupe #533A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 38.79%
G = 27.1%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#533A49 (or 0x533A49) is known color: Purple Taupe. HEX triplet: 53, 3A and 49. RGB value is (83,58,73). Sum of RGB (Red+Green+Blue) = 83+58+73=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #533A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A49 is #ACC5B6. Grayscale: #434343. Windows color (decimal): -11322807 or 4799059. OLE color: 4799059.

HSL color Cylindrical-coordinate representation of color #533A49: hue angle of 324º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A49 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 73 -
CMYK 0 0.30 0.12 0.67
HSL 324º 0.18% 0.28% -
HSV(B) 324º 0.3% 0.33% -
XYZ 6.28 5.35 7 -
YUV 67.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 83 58 73 0 0.30 0.12 0.67 324 0.18 0.28
Hex 53 3A 49 0 1E C 43 144 12 1C
Octal 123 72 111 0 36 14 103 504 22 34
Binary 1010011 111010 1001001 0 11110 1100 1000011 101000100 10010 11100

Color Harmonies of #533A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A49

Black with #533A49

Text Example


Text Example

White with #533A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,58,73); }

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

background-color css

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

 a { background-color: rgb(83,58,73); }

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

border-color css

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

 span { border-color: rgb(83,58,73); }

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