Html Css Color HEX #513C4C Purple Taupe

📋 copy color: '#513C4C'

red 81 ◦ green 60 ◦ blue 76

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

Shades of Purple Taupe #513C4C

Tints of Purple Taupe #513C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 37.33%
G = 27.65%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#513C4C (or 0x513C4C) is known color: Purple Taupe. HEX triplet: 51, 3C and 4C. RGB value is (81,60,76). Sum of RGB (Red+Green+Blue) = 81+60+76=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #513C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C4C is #AEC3B3. Grayscale: #444444. Windows color (decimal): -11453364 or 4996177. OLE color: 4996177.

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

Color convert

RGB 81 60 76 -
CMYK 0 0.26 0.06 0.68
HSL 314.29º 0.15% 0.28% -
HSV(B) 314.29º 0.26% 0.32% -
XYZ 6.31 5.5 7.57 -
YUV 68.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 81 60 76 0 0.26 0.06 0.68 314.29 0.15 0.28
Hex 51 3C 4C 0 1A 6 44 13A F 1C
Octal 121 74 114 0 32 6 104 472 17 34
Binary 1010001 111100 1001100 0 11010 110 1000100 100111010 1111 11100

Color Harmonies of #513C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C4C

Black with #513C4C

Text Example


Text Example

White with #513C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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