#513F4A

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

Shades of Liver #513F4A

Tints of Liver #513F4A

Color information

#513F4A (or 0x513F4A) is unknown color: approx Liver. HEX triplet: 51, 3F and 4A. RGB value is (81,63,74). Sum of RGB (Red+Green+Blue) = 81+63+74=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F4A is #AEC0B5. Grayscale: #454545. Windows color (decimal): -11452598 or 4865873. OLE color: 4865873.

HSL color Cylindrical-coordinate representation of color #513F4A: hue angle of 323.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #513F4A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB816374-
CMYK00.220.090.68
HSL323.33º12.5%28.24%-
HSV(B)323.33º22.22%31.76%-
XYZ6.415.87.26-
YUV69.64130.46136.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=37.16%
G=28.90%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81637400.220.090.68323.3312.528.24
Hex513F4A016944143d1c
Octal12177112026111045031534
Binary1010001111111100101001011010011000100101000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513F4A; }

 p { color: rgb(81,63,74); }

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

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

 a { background-color: rgb(81,63,74); }

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

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

 span { border-color: rgb(81,63,74); }

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