Html Css Color HEX #513C49 Purple Taupe

📋 copy color: '#513C49'

red 81 ◦ green 60 ◦ blue 73

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

Shades of Purple Taupe #513C49

Tints of Purple Taupe #513C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 37.85%
G = 28.04%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#513C49 (or 0x513C49) is known color: Purple Taupe. HEX triplet: 51, 3C and 49. RGB value is (81,60,73). Sum of RGB (Red+Green+Blue) = 81+60+73=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #513C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C49 is #AEC3B6. Grayscale: #434343. Windows color (decimal): -11453367 or 4799569. OLE color: 4799569.

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

Color convert

RGB 81 60 73 -
CMYK 0 0.26 0.10 0.68
HSL 322.86º 0.15% 0.28% -
HSV(B) 322.86º 0.26% 0.32% -
XYZ 6.21 5.46 7.03 -
YUV 67.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 81 60 73 0 0.26 0.10 0.68 322.86 0.15 0.28
Hex 51 3C 49 0 1A A 44 143 F 1C
Octal 121 74 111 0 32 12 104 503 17 34
Binary 1010001 111100 1001001 0 11010 1010 1000100 101000011 1111 11100

Color Harmonies of #513C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C49

Black with #513C49

Text Example


Text Example

White with #513C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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