Html Css Color HEX #514750 Purple Taupe

📋 copy color: '#514750'

red 81 ◦ green 71 ◦ blue 80

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

Shades of Purple Taupe #514750

Tints of Purple Taupe #514750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

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

R = 34.91%
G = 30.6%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#514750 (or 0x514750) is known color: Purple Taupe. HEX triplet: 51, 47 and 50. RGB value is (81,71,80). Sum of RGB (Red+Green+Blue) = 81+71+80=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514750 is #AEB8AF. Grayscale: #4A4A4A. Windows color (decimal): -11450544 or 5261137. OLE color: 5261137.

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

Color convert

RGB 81 71 80 -
CMYK 0 0.12 0.01 0.68
HSL 306º 0.07% 0.3% -
HSV(B) 306º 0.12% 0.32% -
XYZ 7.09 6.83 8.53 -
YUV 75.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 81 71 80 0 0.12 0.01 0.68 306 0.07 0.3
Hex 51 47 50 0 C 1 44 132 7 1E
Octal 121 107 120 0 14 1 104 462 7 36
Binary 1010001 1000111 1010000 0 1100 1 1000100 100110010 111 11110

Color Harmonies of #514750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514750

Black with #514750

Text Example


Text Example

White with #514750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514750; }

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

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

background-color css

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

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

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

border-color css

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

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

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