Shades of Liver #51454C
Tints of Liver #51454C
RGB
CMYK
RGB Variations
Color information
#51454C (or 0x51454C) is known color: Liver. HEX triplet: 51, 45 and 4C. RGB value is (81,69,76). Sum of RGB (Red+Green+Blue) = 81+69+76=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #51454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51454C is #AEBAB3. Grayscale: #494949. Windows color (decimal): -11451060 or 4998481. OLE color: 4998481.
HSL color Cylindrical-coordinate representation of color #51454C: hue angle of 325º 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 #51454C is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 69 | 76 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.68 |
| HSL | 325º | 0.08% | 0.29% | - |
| HSV(B) | 325º | 0.15% | 0.32% | - |
| XYZ | 6.83 | 6.53 | 7.74 | - |
| YUV | 73.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 76 | 0 | 0.15 | 0.06 | 0.68 | 325 | 0.08 | 0.29 |
| Hex | 51 | 45 | 4C | 0 | F | 6 | 44 | 145 | 8 | 1D |
| Octal | 121 | 105 | 114 | 0 | 17 | 6 | 104 | 505 | 10 | 35 |
| Binary | 1010001 | 1000101 | 1001100 | 0 | 1111 | 110 | 1000100 | 101000101 | 1000 | 11101 |
Color Harmonies of #51454C
Complementary color
Monochromatic Colors of #51454C
Black with #51454C
Text Example
Text Example
White with #51454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51454C; }
p { color: rgb(81,69,76); }
H1.HeaderClassName
{
color: #51454C;
}
.AnyTagClassName
{
color: #51454C;
}
</style>
background-color css
<style>
a { background-color: #51454C; }
a { background-color: rgb(81,69,76); }
div.DivClassName
{
background-color: #51454C;
}
.BgClassName
{
background-color: #51454C;
}
</style>
border-color css
<style>
span { border-color: #51454C; }
span { border-color: rgb(81,69,76); }
td.TdClassName
{
border-color: #51454C;
}
.TagClassName
{
border-color: #51454C;
}
</style>