Shades of Liver #51444C
Tints of Liver #51444C
RGB
CMYK
RGB Variations
Color information
#51444C (or 0x51444C) is known color: Liver. HEX triplet: 51, 44 and 4C. RGB value is (81,68,76). Sum of RGB (Red+Green+Blue) = 81+68+76=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #51444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51444C is #AEBBB3. Grayscale: #484848. Windows color (decimal): -11451316 or 4998225. OLE color: 4998225.
HSL color Cylindrical-coordinate representation of color #51444C: hue angle of 323.08º 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 #51444C is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 76 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.68 |
| HSL | 323.08º | 0.09% | 0.29% | - |
| HSV(B) | 323.08º | 0.16% | 0.32% | - |
| XYZ | 6.76 | 6.41 | 7.72 | - |
| YUV | 72.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 76 | 0 | 0.16 | 0.06 | 0.68 | 323.08 | 0.09 | 0.29 |
| Hex | 51 | 44 | 4C | 0 | 10 | 6 | 44 | 143 | 9 | 1D |
| Octal | 121 | 104 | 114 | 0 | 20 | 6 | 104 | 503 | 11 | 35 |
| Binary | 1010001 | 1000100 | 1001100 | 0 | 10000 | 110 | 1000100 | 101000011 | 1001 | 11101 |
Color Harmonies of #51444C
Complementary color
Monochromatic Colors of #51444C
Black with #51444C
Text Example
Text Example
White with #51444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51444C; }
p { color: rgb(81,68,76); }
H1.HeaderClassName
{
color: #51444C;
}
.AnyTagClassName
{
color: #51444C;
}
</style>
background-color css
<style>
a { background-color: #51444C; }
a { background-color: rgb(81,68,76); }
div.DivClassName
{
background-color: #51444C;
}
.BgClassName
{
background-color: #51444C;
}
</style>
border-color css
<style>
span { border-color: #51444C; }
span { border-color: rgb(81,68,76); }
td.TdClassName
{
border-color: #51444C;
}
.TagClassName
{
border-color: #51444C;
}
</style>