Shades of Liver #51434B
Tints of Liver #51434B
RGB
CMYK
RGB Variations
Color information
#51434B (or 0x51434B) is known color: Liver. HEX triplet: 51, 43 and 4B. RGB value is (81,67,75). Sum of RGB (Red+Green+Blue) = 81+67+75=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #51434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51434B is #AEBCB4. Grayscale: #484848. Windows color (decimal): -11451573 or 4932433. OLE color: 4932433.
HSL color Cylindrical-coordinate representation of color #51434B: hue angle of 325.71º 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 #51434B is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 75 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.68 |
| HSL | 325.71º | 0.09% | 0.29% | - |
| HSV(B) | 325.71º | 0.17% | 0.32% | - |
| XYZ | 6.67 | 6.27 | 7.52 | - |
| YUV | 72.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 75 | 0 | 0.17 | 0.07 | 0.68 | 325.71 | 0.09 | 0.29 |
| Hex | 51 | 43 | 4B | 0 | 11 | 7 | 44 | 146 | 9 | 1D |
| Octal | 121 | 103 | 113 | 0 | 21 | 7 | 104 | 506 | 11 | 35 |
| Binary | 1010001 | 1000011 | 1001011 | 0 | 10001 | 111 | 1000100 | 101000110 | 1001 | 11101 |
Color Harmonies of #51434B
Complementary color
Monochromatic Colors of #51434B
Black with #51434B
Text Example
Text Example
White with #51434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51434B; }
p { color: rgb(81,67,75); }
H1.HeaderClassName
{
color: #51434B;
}
.AnyTagClassName
{
color: #51434B;
}
</style>
background-color css
<style>
a { background-color: #51434B; }
a { background-color: rgb(81,67,75); }
div.DivClassName
{
background-color: #51434B;
}
.BgClassName
{
background-color: #51434B;
}
</style>
border-color css
<style>
span { border-color: #51434B; }
span { border-color: rgb(81,67,75); }
td.TdClassName
{
border-color: #51434B;
}
.TagClassName
{
border-color: #51434B;
}
</style>