Html Css Color HEX #524351 Purple Taupe

📋 copy color: '#524351'

red 82 ◦ green 67 ◦ blue 81

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

Shades of Purple Taupe #524351

Tints of Purple Taupe #524351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

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

R = 35.65%
G = 29.13%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#524351 (or 0x524351) is known color: Purple Taupe. HEX triplet: 52, 43 and 51. RGB value is (82,67,81). Sum of RGB (Red+Green+Blue) = 82+67+81=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #524351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524351 is #ADBCAE. Grayscale: #494949. Windows color (decimal): -11386031 or 5325650. OLE color: 5325650.

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

Color convert

RGB 82 67 81 -
CMYK 0 0.18 0.01 0.68
HSL 304º 0.1% 0.29% -
HSV(B) 304º 0.18% 0.32% -
XYZ 6.97 6.4 8.65 -
YUV 73.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 82 67 81 0 0.18 0.01 0.68 304 0.1 0.29
Hex 52 43 51 0 12 1 44 130 A 1D
Octal 122 103 121 0 22 1 104 460 12 35
Binary 1010010 1000011 1010001 0 10010 1 1000100 100110000 1010 11101

Color Harmonies of #524351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524351

Black with #524351

Text Example


Text Example

White with #524351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524351; }

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

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

background-color css

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

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

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

border-color css

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

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

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