Html Css Color HEX #523F4B Purple Taupe

📋 copy color: '#523F4B'

red 82 ◦ green 63 ◦ blue 75

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

Shades of Purple Taupe #523F4B

Tints of Purple Taupe #523F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 37.27%
G = 28.64%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#523F4B (or 0x523F4B) is known color: Purple Taupe. HEX triplet: 52, 3F and 4B. RGB value is (82,63,75). Sum of RGB (Red+Green+Blue) = 82+63+75=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #523F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F4B is #ADC0B4. Grayscale: #464646. Windows color (decimal): -11387061 or 4931410. OLE color: 4931410.

HSL color Cylindrical-coordinate representation of color #523F4B: hue angle of 322.11º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #523F4B is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 63 75 -
CMYK 0 0.23 0.09 0.68
HSL 322.11º 0.13% 0.28% -
HSV(B) 322.11º 0.23% 0.32% -
XYZ 6.53 5.86 7.44 -
YUV 70.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 82 63 75 0 0.23 0.09 0.68 322.11 0.13 0.28
Hex 52 3F 4B 0 17 9 44 142 D 1C
Octal 122 77 113 0 27 11 104 502 15 34
Binary 1010010 111111 1001011 0 10111 1001 1000100 101000010 1101 11100

Color Harmonies of #523F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F4B

Black with #523F4B

Text Example


Text Example

White with #523F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523F4B; }

 p { color: rgb(82,63,75); }

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

background-color css

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

 a { background-color: rgb(82,63,75); }

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

border-color css

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

 span { border-color: rgb(82,63,75); }

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