Html Css Color HEX #523D4B Purple Taupe

📋 copy color: '#523D4B'

red 82 ◦ green 61 ◦ blue 75

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

Shades of Purple Taupe #523D4B

Tints of Purple Taupe #523D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.98%

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

R = 37.61%
G = 27.98%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#523D4B (or 0x523D4B) is known color: Purple Taupe. HEX triplet: 52, 3D and 4B. RGB value is (82,61,75). Sum of RGB (Red+Green+Blue) = 82+61+75=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #523D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D4B is #ADC2B4. Grayscale: #444444. Windows color (decimal): -11387573 or 4930898. OLE color: 4930898.

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

Color convert

RGB 82 61 75 -
CMYK 0 0.26 0.09 0.68
HSL 320º 0.15% 0.28% -
HSV(B) 320º 0.26% 0.32% -
XYZ 6.42 5.64 7.41 -
YUV 68.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 82 61 75 0 0.26 0.09 0.68 320 0.15 0.28
Hex 52 3D 4B 0 1A 9 44 140 F 1C
Octal 122 75 113 0 32 11 104 500 17 34
Binary 1010010 111101 1001011 0 11010 1001 1000100 101000000 1111 11100

Color Harmonies of #523D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D4B

Black with #523D4B

Text Example


Text Example

White with #523D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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