Html Css Color HEX #533C4A Purple Taupe

📋 copy color: '#533C4A'

red 83 ◦ green 60 ◦ blue 74

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

Shades of Purple Taupe #533C4A

Tints of Purple Taupe #533C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.65%

 BLUE value IS 74 (29.3% from 255) = 34.1%

R = 38.25%
G = 27.65%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#533C4A (or 0x533C4A) is known color: Purple Taupe. HEX triplet: 53, 3C and 4A. RGB value is (83,60,74). Sum of RGB (Red+Green+Blue) = 83+60+74=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C4A is #ACC3B5. Grayscale: #444444. Windows color (decimal): -11322294 or 4865107. OLE color: 4865107.

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

Color convert

RGB 83 60 74 -
CMYK 0 0.28 0.11 0.67
HSL 323.48º 0.16% 0.28% -
HSV(B) 323.48º 0.28% 0.33% -
XYZ 6.42 5.57 7.21 -
YUV 68.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 83 60 74 0 0.28 0.11 0.67 323.48 0.16 0.28
Hex 53 3C 4A 0 1C B 43 143 10 1C
Octal 123 74 112 0 34 13 103 503 20 34
Binary 1010011 111100 1001010 0 11100 1011 1000011 101000011 10000 11100

Color Harmonies of #533C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C4A

Black with #533C4A

Text Example


Text Example

White with #533C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,74); }

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

background-color css

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

 a { background-color: rgb(83,60,74); }

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

border-color css

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

 span { border-color: rgb(83,60,74); }

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