Html Css Color HEX #534950 Purple Taupe

📋 copy color: '#534950'

red 83 ◦ green 73 ◦ blue 80

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

Shades of Purple Taupe #534950

Tints of Purple Taupe #534950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 35.17%
G = 30.93%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#534950 (or 0x534950) is known color: Purple Taupe. HEX triplet: 53, 49 and 50. RGB value is (83,73,80). Sum of RGB (Red+Green+Blue) = 83+73+80=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534950 is #ACB6AF. Grayscale: #4C4C4C. Windows color (decimal): -11318960 or 5261651. OLE color: 5261651.

HSL color Cylindrical-coordinate representation of color #534950: hue angle of 318º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534950 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 80 -
CMYK 0 0.12 0.04 0.67
HSL 318º 0.06% 0.31% -
HSV(B) 318º 0.12% 0.33% -
XYZ 7.4 7.18 8.59 -
YUV 76.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 83 73 80 0 0.12 0.04 0.67 318 0.06 0.31
Hex 53 49 50 0 C 4 43 13E 6 1F
Octal 123 111 120 0 14 4 103 476 6 37
Binary 1010011 1001001 1010000 0 1100 100 1000011 100111110 110 11111

Color Harmonies of #534950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534950

Black with #534950

Text Example


Text Example

White with #534950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534950; }

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

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

background-color css

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

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

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

border-color css

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

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

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