Html Css Color HEX #533F4C Purple Taupe

📋 copy color: '#533F4C'

red 83 ◦ green 63 ◦ blue 76

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

Shades of Purple Taupe #533F4C

Tints of Purple Taupe #533F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 28.38%

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

R = 37.39%
G = 28.38%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#533F4C (or 0x533F4C) is known color: Purple Taupe. HEX triplet: 53, 3F and 4C. RGB value is (83,63,76). Sum of RGB (Red+Green+Blue) = 83+63+76=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #533F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F4C is #ACC0B3. Grayscale: #464646. Windows color (decimal): -11321524 or 4996947. OLE color: 4996947.

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

Color convert

RGB 83 63 76 -
CMYK 0 0.24 0.08 0.67
HSL 321º 0.14% 0.29% -
HSV(B) 321º 0.24% 0.33% -
XYZ 6.65 5.92 7.63 -
YUV 70.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 83 63 76 0 0.24 0.08 0.67 321 0.14 0.29
Hex 53 3F 4C 0 18 8 43 141 E 1D
Octal 123 77 114 0 30 10 103 501 16 35
Binary 1010011 111111 1001100 0 11000 1000 1000011 101000001 1110 11101

Color Harmonies of #533F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F4C

Black with #533F4C

Text Example


Text Example

White with #533F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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