Shades of Liver #51434A
Tints of Liver #51434A
RGB
CMYK
RGB Variations
Color information
#51434A (or 0x51434A) is known color: Liver. HEX triplet: 51, 43 and 4A. RGB value is (81,67,74). Sum of RGB (Red+Green+Blue) = 81+67+74=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #51434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51434A is #AEBCB5. Grayscale: #474747. Windows color (decimal): -11451574 or 4866897. OLE color: 4866897.
HSL color Cylindrical-coordinate representation of color #51434A: hue angle of 330º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #51434A is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 74 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.68 |
| HSL | 330º | 0.09% | 0.29% | - |
| HSV(B) | 330º | 0.17% | 0.32% | - |
| XYZ | 6.64 | 6.26 | 7.34 | - |
| YUV | 71.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 74 | 0 | 0.17 | 0.09 | 0.68 | 330 | 0.09 | 0.29 |
| Hex | 51 | 43 | 4A | 0 | 11 | 9 | 44 | 14A | 9 | 1D |
| Octal | 121 | 103 | 112 | 0 | 21 | 11 | 104 | 512 | 11 | 35 |
| Binary | 1010001 | 1000011 | 1001010 | 0 | 10001 | 1001 | 1000100 | 101001010 | 1001 | 11101 |
Color Harmonies of #51434A
Complementary color
Monochromatic Colors of #51434A
Black with #51434A
Text Example
Text Example
White with #51434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51434A; }
p { color: rgb(81,67,74); }
H1.HeaderClassName
{
color: #51434A;
}
.AnyTagClassName
{
color: #51434A;
}
</style>
background-color css
<style>
a { background-color: #51434A; }
a { background-color: rgb(81,67,74); }
div.DivClassName
{
background-color: #51434A;
}
.BgClassName
{
background-color: #51434A;
}
</style>
border-color css
<style>
span { border-color: #51434A; }
span { border-color: rgb(81,67,74); }
td.TdClassName
{
border-color: #51434A;
}
.TagClassName
{
border-color: #51434A;
}
</style>