Html Css Color HEX #523951 Purple Taupe

📋 copy color: '#523951'

red 82 ◦ green 57 ◦ blue 81

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

Shades of Purple Taupe #523951

Tints of Purple Taupe #523951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

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

R = 37.27%
G = 25.91%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#523951 (or 0x523951) is known color: Purple Taupe. HEX triplet: 52, 39 and 51. RGB value is (82,57,81). Sum of RGB (Red+Green+Blue) = 82+57+81=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #523951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523951 is #ADC6AE. Grayscale: #434343. Windows color (decimal): -11388591 or 5323090. OLE color: 5323090.

HSL color Cylindrical-coordinate representation of color #523951: hue angle of 302.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523951 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 81 -
CMYK 0 0.30 0.01 0.68
HSL 302.4º 0.18% 0.27% -
HSV(B) 302.4º 0.3% 0.32% -
XYZ 6.43 5.31 8.47 -
YUV 67.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 82 57 81 0 0.30 0.01 0.68 302.4 0.18 0.27
Hex 52 39 51 0 1E 1 44 12E 12 1B
Octal 122 71 121 0 36 1 104 456 22 33
Binary 1010010 111001 1010001 0 11110 1 1000100 100101110 10010 11011

Color Harmonies of #523951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523951

Black with #523951

Text Example


Text Example

White with #523951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523951; }

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

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

background-color css

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

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

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

border-color css

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

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

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