Html Css Color HEX #513B49 Purple Taupe

📋 copy color: '#513B49'

red 81 ◦ green 59 ◦ blue 73

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

Shades of Purple Taupe #513B49

Tints of Purple Taupe #513B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.7%

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

R = 38.03%
G = 27.7%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#513B49 (or 0x513B49) is known color: Purple Taupe. HEX triplet: 51, 3B and 49. RGB value is (81,59,73). Sum of RGB (Red+Green+Blue) = 81+59+73=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #513B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B49 is #AEC4B6. Grayscale: #434343. Windows color (decimal): -11453623 or 4799313. OLE color: 4799313.

HSL color Cylindrical-coordinate representation of color #513B49: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513B49 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 59 73 -
CMYK 0 0.27 0.10 0.68
HSL 321.82º 0.16% 0.27% -
HSV(B) 321.82º 0.27% 0.32% -
XYZ 6.16 5.36 7.01 -
YUV 67.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 81 59 73 0 0.27 0.10 0.68 321.82 0.16 0.27
Hex 51 3B 49 0 1B A 44 142 10 1B
Octal 121 73 111 0 33 12 104 502 20 33
Binary 1010001 111011 1001001 0 11011 1010 1000100 101000010 10000 11011

Color Harmonies of #513B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B49

Black with #513B49

Text Example


Text Example

White with #513B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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