Html Css Color HEX #533C4C Purple Taupe

📋 copy color: '#533C4C'

red 83 ◦ green 60 ◦ blue 76

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

Shades of Purple Taupe #533C4C

Tints of Purple Taupe #533C4C

RGB

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

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

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

R = 37.9%
G = 27.4%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#533C4C (or 0x533C4C) is known color: Purple Taupe. HEX triplet: 53, 3C and 4C. RGB value is (83,60,76). Sum of RGB (Red+Green+Blue) = 83+60+76=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #533C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C4C is #ACC3B3. Grayscale: #444444. Windows color (decimal): -11322292 or 4996179. OLE color: 4996179.

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

Color convert

RGB 83 60 76 -
CMYK 0 0.28 0.08 0.67
HSL 318.26º 0.16% 0.28% -
HSV(B) 318.26º 0.28% 0.33% -
XYZ 6.49 5.59 7.58 -
YUV 68.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 83 60 76 0 0.28 0.08 0.67 318.26 0.16 0.28
Hex 53 3C 4C 0 1C 8 43 13E 10 1C
Octal 123 74 114 0 34 10 103 476 20 34
Binary 1010011 111100 1001100 0 11100 1000 1000011 100111110 10000 11100

Color Harmonies of #533C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C4C

Black with #533C4C

Text Example


Text Example

White with #533C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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