Html Css Color HEX #513D4F Purple Taupe

📋 copy color: '#513D4F'

red 81 ◦ green 61 ◦ blue 79

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

Shades of Purple Taupe #513D4F

Tints of Purple Taupe #513D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 36.65%
G = 27.6%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#513D4F (or 0x513D4F) is known color: Purple Taupe. HEX triplet: 51, 3D and 4F. RGB value is (81,61,79). Sum of RGB (Red+Green+Blue) = 81+61+79=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #513D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D4F is #AEC2B0. Grayscale: #444444. Windows color (decimal): -11453105 or 5193041. OLE color: 5193041.

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

Color convert

RGB 81 61 79 -
CMYK 0 0.25 0.02 0.68
HSL 306º 0.14% 0.28% -
HSV(B) 306º 0.25% 0.32% -
XYZ 6.47 5.65 8.15 -
YUV 69.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 81 61 79 0 0.25 0.02 0.68 306 0.14 0.28
Hex 51 3D 4F 0 19 2 44 132 E 1C
Octal 121 75 117 0 31 2 104 462 16 34
Binary 1010001 111101 1001111 0 11001 10 1000100 100110010 1110 11100

Color Harmonies of #513D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D4F

Black with #513D4F

Text Example


Text Example

White with #513D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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