Html Css Color HEX #514449 Liver

📋 copy color: '#514449'

red 81 ◦ green 68 ◦ blue 73

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

Shades of Liver #514449

Tints of Liver #514449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

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

R = 36.49%
G = 30.63%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#514449 (or 0x514449) is known color: Liver. HEX triplet: 51, 44 and 49. RGB value is (81,68,73). Sum of RGB (Red+Green+Blue) = 81+68+73=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514449 is #AEBBB6. Grayscale: #484848. Windows color (decimal): -11451319 or 4801617. OLE color: 4801617.

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

Color convert

RGB 81 68 73 -
CMYK 0 0.16 0.10 0.68
HSL 336.92º 0.09% 0.29% -
HSV(B) 336.92º 0.16% 0.32% -
XYZ 6.66 6.36 7.18 -
YUV 72.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 81 68 73 0 0.16 0.10 0.68 336.92 0.09 0.29
Hex 51 44 49 0 10 A 44 151 9 1D
Octal 121 104 111 0 20 12 104 521 11 35
Binary 1010001 1000100 1001001 0 10000 1010 1000100 101010001 1001 11101

Color Harmonies of #514449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514449

Black with #514449

Text Example


Text Example

White with #514449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514449; }

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

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

background-color css

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

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

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

border-color css

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

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

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