Shades of Liver #51464B
Tints of Liver #51464B
RGB
CMYK
RGB Variations
Color information
#51464B (or 0x51464B) is known color: Liver. HEX triplet: 51, 46 and 4B. RGB value is (81,70,75). Sum of RGB (Red+Green+Blue) = 81+70+75=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #51464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51464B is #AEB9B4. Grayscale: #494949. Windows color (decimal): -11450805 or 4933201. OLE color: 4933201.
HSL color Cylindrical-coordinate representation of color #51464B: hue angle of 332.73º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #51464B is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 75 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.68 |
| HSL | 332.73º | 0.07% | 0.3% | - |
| HSV(B) | 332.73º | 0.14% | 0.32% | - |
| XYZ | 6.85 | 6.64 | 7.58 | - |
| YUV | 73.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 75 | 0 | 0.14 | 0.07 | 0.68 | 332.73 | 0.07 | 0.3 |
| Hex | 51 | 46 | 4B | 0 | E | 7 | 44 | 14D | 7 | 1E |
| Octal | 121 | 106 | 113 | 0 | 16 | 7 | 104 | 515 | 7 | 36 |
| Binary | 1010001 | 1000110 | 1001011 | 0 | 1110 | 111 | 1000100 | 101001101 | 111 | 11110 |
Color Harmonies of #51464B
Complementary color
Monochromatic Colors of #51464B
Black with #51464B
Text Example
Text Example
White with #51464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51464B; }
p { color: rgb(81,70,75); }
H1.HeaderClassName
{
color: #51464B;
}
.AnyTagClassName
{
color: #51464B;
}
</style>
background-color css
<style>
a { background-color: #51464B; }
a { background-color: rgb(81,70,75); }
div.DivClassName
{
background-color: #51464B;
}
.BgClassName
{
background-color: #51464B;
}
</style>
border-color css
<style>
span { border-color: #51464B; }
span { border-color: rgb(81,70,75); }
td.TdClassName
{
border-color: #51464B;
}
.TagClassName
{
border-color: #51464B;
}
</style>