Html Css Color HEX #524851 Purple Taupe

📋 copy color: '#524851'

red 82 ◦ green 72 ◦ blue 81

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

Shades of Purple Taupe #524851

Tints of Purple Taupe #524851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.64%

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

R = 34.89%
G = 30.64%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#524851 (or 0x524851) is known color: Purple Taupe. HEX triplet: 52, 48 and 51. RGB value is (82,72,81). Sum of RGB (Red+Green+Blue) = 82+72+81=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 82 - color contains mainly: red. Hex color #524851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524851 is #ADB7AE. Grayscale: #4B4B4B. Windows color (decimal): -11384751 or 5326930. OLE color: 5326930.

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

Color convert

RGB 82 72 81 -
CMYK 0 0.12 0.01 0.68
HSL 306º 0.06% 0.3% -
HSV(B) 306º 0.12% 0.32% -
XYZ 7.28 7.02 8.76 -
YUV 76.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 82 72 81 0 0.12 0.01 0.68 306 0.06 0.3
Hex 52 48 51 0 C 1 44 132 6 1E
Octal 122 110 121 0 14 1 104 462 6 36
Binary 1010010 1001000 1010001 0 1100 1 1000100 100110010 110 11110

Color Harmonies of #524851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524851

Black with #524851

Text Example


Text Example

White with #524851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524851; }

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

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

background-color css

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

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

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

border-color css

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

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

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