#514047

Color #514047 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #514047

Tints of Liver #514047

Color information

#514047 (or 0x514047) is unknown color: approx Liver. HEX triplet: 51, 40 and 47. RGB value is (81,64,71). Sum of RGB (Red+Green+Blue) = 81+64+71=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514047 is #AEBFB8. Grayscale: #454545. Windows color (decimal): -11452345 or 4669521. OLE color: 4669521.

HSL color Cylindrical-coordinate representation of color #514047: hue angle of 335.29º 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 #514047 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB816471-
CMYK00.210.120.68
HSL335.29º11.72%28.43%-
HSV(B)335.29º20.99%31.76%-
XYZ6.365.876.76-
YUV69.88128.63135.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=37.5%
G=29.63%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81647100.210.120.68335.2911.7228.43
Hex514047015C4414fc1c
Octal121100107025141045171434
Binary10100011000000100011101010111001000100101001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514047; }

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

 H1.HeaderClassName
 {
   color: #514047;
 }
 .AnyTagClassName
 {
   color: #514047;
 }
</style>
background-color css

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

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

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

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

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

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