Html Css Color HEX #51494F Purple Taupe

📋 copy color: '#51494F'

red 81 ◦ green 73 ◦ blue 79

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

Shades of Purple Taupe #51494F

Tints of Purple Taupe #51494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

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

R = 34.76%
G = 31.33%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#51494F (or 0x51494F) is known color: Purple Taupe. HEX triplet: 51, 49 and 4F. RGB value is (81,73,79). Sum of RGB (Red+Green+Blue) = 81+73+79=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 81 - color contains mainly: red. Hex color #51494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51494F is #AEB6B0. Grayscale: #4C4C4C. Windows color (decimal): -11450033 or 5196113. OLE color: 5196113.

HSL color Cylindrical-coordinate representation of color #51494F: hue angle of 315º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #51494F is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 79 -
CMYK 0 0.10 0.02 0.68
HSL 315º 0.05% 0.3% -
HSV(B) 315º 0.1% 0.32% -
XYZ 7.19 7.08 8.38 -
YUV 76.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 81 73 79 0 0.10 0.02 0.68 315 0.05 0.3
Hex 51 49 4F 0 A 2 44 13B 5 1E
Octal 121 111 117 0 12 2 104 473 5 36
Binary 1010001 1001001 1001111 0 1010 10 1000100 100111011 101 11110

Color Harmonies of #51494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51494F

Black with #51494F

Text Example


Text Example

White with #51494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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