Html Css Color HEX #513D4D Purple Taupe

📋 copy color: '#513D4D'

red 81 ◦ green 61 ◦ blue 77

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

Shades of Purple Taupe #513D4D

Tints of Purple Taupe #513D4D

RGB

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

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

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

R = 36.99%
G = 27.85%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#513D4D (or 0x513D4D) is known color: Purple Taupe. HEX triplet: 51, 3D and 4D. RGB value is (81,61,77). Sum of RGB (Red+Green+Blue) = 81+61+77=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #513D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D4D is #AEC2B2. Grayscale: #444444. Windows color (decimal): -11453107 or 5061969. OLE color: 5061969.

HSL color Cylindrical-coordinate representation of color #513D4D: hue angle of 312º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513D4D is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 77 -
CMYK 0 0.25 0.05 0.68
HSL 312º 0.14% 0.28% -
HSV(B) 312º 0.25% 0.32% -
XYZ 6.4 5.62 7.77 -
YUV 68.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 81 61 77 0 0.25 0.05 0.68 312 0.14 0.28
Hex 51 3D 4D 0 19 5 44 138 E 1C
Octal 121 75 115 0 31 5 104 470 16 34
Binary 1010001 111101 1001101 0 11001 101 1000100 100111000 1110 11100

Color Harmonies of #513D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D4D

Black with #513D4D

Text Example


Text Example

White with #513D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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