Shades of Liver #51454A
Tints of Liver #51454A
RGB
CMYK
RGB Variations
Color information
#51454A (or 0x51454A) is known color: Liver. HEX triplet: 51, 45 and 4A. RGB value is (81,69,74). Sum of RGB (Red+Green+Blue) = 81+69+74=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #51454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51454A is #AEBAB5. Grayscale: #494949. Windows color (decimal): -11451062 or 4867409. OLE color: 4867409.
HSL color Cylindrical-coordinate representation of color #51454A: hue angle of 335º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #51454A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 69 | 74 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.68 |
| HSL | 335º | 0.08% | 0.29% | - |
| HSV(B) | 335º | 0.15% | 0.32% | - |
| XYZ | 6.76 | 6.5 | 7.38 | - |
| YUV | 73.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 74 | 0 | 0.15 | 0.09 | 0.68 | 335 | 0.08 | 0.29 |
| Hex | 51 | 45 | 4A | 0 | F | 9 | 44 | 14F | 8 | 1D |
| Octal | 121 | 105 | 112 | 0 | 17 | 11 | 104 | 517 | 10 | 35 |
| Binary | 1010001 | 1000101 | 1001010 | 0 | 1111 | 1001 | 1000100 | 101001111 | 1000 | 11101 |
Color Harmonies of #51454A
Complementary color
Monochromatic Colors of #51454A
Black with #51454A
Text Example
Text Example
White with #51454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51454A; }
p { color: rgb(81,69,74); }
H1.HeaderClassName
{
color: #51454A;
}
.AnyTagClassName
{
color: #51454A;
}
</style>
background-color css
<style>
a { background-color: #51454A; }
a { background-color: rgb(81,69,74); }
div.DivClassName
{
background-color: #51454A;
}
.BgClassName
{
background-color: #51454A;
}
</style>
border-color css
<style>
span { border-color: #51454A; }
span { border-color: rgb(81,69,74); }
td.TdClassName
{
border-color: #51454A;
}
.TagClassName
{
border-color: #51454A;
}
</style>