Html Css Color HEX #514049 Liver

📋 copy color: '#514049'

red 81 ◦ green 64 ◦ blue 73

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

Shades of Liver #514049

Tints of Liver #514049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

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

R = 37.16%
G = 29.36%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#514049 (or 0x514049) is known color: Liver. HEX triplet: 51, 40 and 49. RGB value is (81,64,73). Sum of RGB (Red+Green+Blue) = 81+64+73=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514049 is #AEBFB6. Grayscale: #464646. Windows color (decimal): -11452343 or 4800593. OLE color: 4800593.

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

Color convert

RGB 81 64 73 -
CMYK 0 0.21 0.10 0.68
HSL 328.24º 0.12% 0.28% -
HSV(B) 328.24º 0.21% 0.32% -
XYZ 6.43 5.9 7.1 -
YUV 70.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 81 64 73 0 0.21 0.10 0.68 328.24 0.12 0.28
Hex 51 40 49 0 15 A 44 148 C 1C
Octal 121 100 111 0 25 12 104 510 14 34
Binary 1010001 1000000 1001001 0 10101 1010 1000100 101001000 1100 11100

Color Harmonies of #514049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514049

Black with #514049

Text Example


Text Example

White with #514049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514049; }

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

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

background-color css

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

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

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

border-color css

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

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

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