Html Css Color HEX #514249 Liver

📋 copy color: '#514249'

red 81 ◦ green 66 ◦ blue 73

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

Shades of Liver #514249

Tints of Liver #514249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

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

R = 36.82%
G = 30%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#514249 (or 0x514249) is known color: Liver. HEX triplet: 51, 42 and 49. RGB value is (81,66,73). Sum of RGB (Red+Green+Blue) = 81+66+73=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514249 is #AEBDB6. Grayscale: #474747. Windows color (decimal): -11451831 or 4801105. OLE color: 4801105.

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

Color convert

RGB 81 66 73 -
CMYK 0 0.19 0.10 0.68
HSL 332º 0.1% 0.29% -
HSV(B) 332º 0.19% 0.32% -
XYZ 6.54 6.13 7.14 -
YUV 71.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 81 66 73 0 0.19 0.10 0.68 332 0.1 0.29
Hex 51 42 49 0 13 A 44 14C A 1D
Octal 121 102 111 0 23 12 104 514 12 35
Binary 1010001 1000010 1001001 0 10011 1010 1000100 101001100 1010 11101

Color Harmonies of #514249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514249

Black with #514249

Text Example


Text Example

White with #514249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514249; }

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

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

background-color css

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

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

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

border-color css

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

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

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