#51424A

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

Shades of Liver #51424A

Tints of Liver #51424A

Color information

#51424A (or 0x51424A) is unknown color: approx Liver. HEX triplet: 51, 42 and 4A. RGB value is (81,66,74). Sum of RGB (Red+Green+Blue) = 81+66+74=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #51424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51424A is #AEBDB5. Grayscale: #474747. Windows color (decimal): -11451830 or 4866641. OLE color: 4866641.

HSL color Cylindrical-coordinate representation of color #51424A: hue angle of 328º 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 #51424A is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB816674-
CMYK00.190.090.68
HSL328º10.2%28.82%-
HSV(B)328º18.52%31.76%-
XYZ6.586.147.32-
YUV71.4129.47134.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=36.65%
G=29.86%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81667400.190.090.6832810.228.82
Hex51424A013944148a1d
Octal121102112023111045101235
Binary10100011000010100101001001110011000100101001000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51424A; }

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

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

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

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

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

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

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

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