Html Css Color HEX #513950 Purple Taupe

📋 copy color: '#513950'

red 81 ◦ green 57 ◦ blue 80

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

Shades of Purple Taupe #513950

Tints of Purple Taupe #513950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 37.16%
G = 26.15%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#513950 (or 0x513950) is known color: Purple Taupe. HEX triplet: 51, 39 and 50. RGB value is (81,57,80). Sum of RGB (Red+Green+Blue) = 81+57+80=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513950 is #AEC6AF. Grayscale: #424242. Windows color (decimal): -11454128 or 5257553. OLE color: 5257553.

HSL color Cylindrical-coordinate representation of color #513950: hue angle of 302.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513950 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 57 80 -
CMYK 0 0.30 0.01 0.68
HSL 302.5º 0.17% 0.27% -
HSV(B) 302.5º 0.3% 0.32% -
XYZ 6.3 5.25 8.27 -
YUV 66.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 81 57 80 0 0.30 0.01 0.68 302.5 0.17 0.27
Hex 51 39 50 0 1E 1 44 12E 11 1B
Octal 121 71 120 0 36 1 104 456 21 33
Binary 1010001 111001 1010000 0 11110 1 1000100 100101110 10001 11011

Color Harmonies of #513950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513950

Black with #513950

Text Example


Text Example

White with #513950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513950; }

 p { color: rgb(81,57,80); }

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

background-color css

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

 a { background-color: rgb(81,57,80); }

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

border-color css

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

 span { border-color: rgb(81,57,80); }

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