Html Css Color HEX #513C4D Purple Taupe

📋 copy color: '#513C4D'

red 81 ◦ green 60 ◦ blue 77

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

Shades of Purple Taupe #513C4D

Tints of Purple Taupe #513C4D

RGB

 RED value IS 81 (32.03% from 255) = 37.16%

 GREEN value IS 60 (23.83% from 255) = 27.52%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 37.16%
G = 27.52%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#513C4D (or 0x513C4D) is known color: Purple Taupe. HEX triplet: 51, 3C and 4D. RGB value is (81,60,77). Sum of RGB (Red+Green+Blue) = 81+60+77=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C4D is #AEC3B2. Grayscale: #444444. Windows color (decimal): -11453363 or 5061713. OLE color: 5061713.

HSL color Cylindrical-coordinate representation of color #513C4D: hue angle of 311.43º 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 #513C4D is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 60 77 -
CMYK 0 0.26 0.05 0.68
HSL 311.43º 0.15% 0.28% -
HSV(B) 311.43º 0.26% 0.32% -
XYZ 6.35 5.52 7.75 -
YUV 68.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 81 60 77 0 0.26 0.05 0.68 311.43 0.15 0.28
Hex 51 3C 4D 0 1A 5 44 137 F 1C
Octal 121 74 115 0 32 5 104 467 17 34
Binary 1010001 111100 1001101 0 11010 101 1000100 100110111 1111 11100

Color Harmonies of #513C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C4D

Black with #513C4D

Text Example


Text Example

White with #513C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C4D; }

 p { color: rgb(81,60,77); }

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

background-color css

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

 a { background-color: rgb(81,60,77); }

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

border-color css

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

 span { border-color: rgb(81,60,77); }

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