Html Css Color HEX #534A51 Purple Taupe

📋 copy color: '#534A51'

red 83 ◦ green 74 ◦ blue 81

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

Shades of Purple Taupe #534A51

Tints of Purple Taupe #534A51

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.09%

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 34.87%
G = 31.09%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#534A51 (or 0x534A51) is known color: Purple Taupe. HEX triplet: 53, 4A and 51. RGB value is (83,74,81). Sum of RGB (Red+Green+Blue) = 83+74+81=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #534A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A51 is #ACB5AE. Grayscale: #4D4D4D. Windows color (decimal): -11318703 or 5327443. OLE color: 5327443.

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

Color convert

RGB 83 74 81 -
CMYK 0 0.11 0.02 0.67
HSL 313.33º 0.06% 0.31% -
HSV(B) 313.33º 0.11% 0.33% -
XYZ 7.5 7.33 8.8 -
YUV 77.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 83 74 81 0 0.11 0.02 0.67 313.33 0.06 0.31
Hex 53 4A 51 0 B 2 43 139 6 1F
Octal 123 112 121 0 13 2 103 471 6 37
Binary 1010011 1001010 1010001 0 1011 10 1000011 100111001 110 11111

Color Harmonies of #534A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A51

Black with #534A51

Text Example


Text Example

White with #534A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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