Html Css Color HEX #524A51 Purple Taupe

📋 copy color: '#524A51'

red 82 ◦ green 74 ◦ blue 81

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

Shades of Purple Taupe #524A51

Tints of Purple Taupe #524A51

RGB

 RED value IS 82 (32.42% from 255) = 34.6%

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

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

R = 34.6%
G = 31.22%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#524A51 (or 0x524A51) is known color: Purple Taupe. HEX triplet: 52, 4A and 51. RGB value is (82,74,81). Sum of RGB (Red+Green+Blue) = 82+74+81=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 82 - color contains mainly: red. Hex color #524A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A51 is #ADB5AE. Grayscale: #4D4D4D. Windows color (decimal): -11384239 or 5327442. OLE color: 5327442.

HSL color Cylindrical-coordinate representation of color #524A51: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #524A51 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 81 -
CMYK 0 0.10 0.01 0.68
HSL 307.5º 0.05% 0.31% -
HSV(B) 307.5º 0.1% 0.32% -
XYZ 7.41 7.29 8.8 -
YUV 77.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 82 74 81 0 0.10 0.01 0.68 307.5 0.05 0.31
Hex 52 4A 51 0 A 1 44 134 5 1F
Octal 122 112 121 0 12 1 104 464 5 37
Binary 1010010 1001010 1010001 0 1010 1 1000100 100110100 101 11111

Color Harmonies of #524A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A51

Black with #524A51

Text Example


Text Example

White with #524A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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