Shades of Liver #52414A
Tints of Liver #52414A
RGB
CMYK
RGB Variations
Color information
#52414A (or 0x52414A) is known color: Liver. HEX triplet: 52, 41 and 4A. RGB value is (82,65,74). Sum of RGB (Red+Green+Blue) = 82+65+74=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #52414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52414A is #ADBEB5. Grayscale: #474747. Windows color (decimal): -11386550 or 4866386. OLE color: 4866386.
HSL color Cylindrical-coordinate representation of color #52414A: hue angle of 328.24º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52414A is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 74 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.68 |
| HSL | 328.24º | 0.12% | 0.29% | - |
| HSV(B) | 328.24º | 0.21% | 0.32% | - |
| XYZ | 6.61 | 6.07 | 7.3 | - |
| YUV | 71.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 74 | 0 | 0.21 | 0.10 | 0.68 | 328.24 | 0.12 | 0.29 |
| Hex | 52 | 41 | 4A | 0 | 15 | A | 44 | 148 | C | 1D |
| Octal | 122 | 101 | 112 | 0 | 25 | 12 | 104 | 510 | 14 | 35 |
| Binary | 1010010 | 1000001 | 1001010 | 0 | 10101 | 1010 | 1000100 | 101001000 | 1100 | 11101 |
Color Harmonies of #52414A
Complementary color
Monochromatic Colors of #52414A
Black with #52414A
Text Example
Text Example
White with #52414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52414A; }
p { color: rgb(82,65,74); }
H1.HeaderClassName
{
color: #52414A;
}
.AnyTagClassName
{
color: #52414A;
}
</style>
background-color css
<style>
a { background-color: #52414A; }
a { background-color: rgb(82,65,74); }
div.DivClassName
{
background-color: #52414A;
}
.BgClassName
{
background-color: #52414A;
}
</style>
border-color css
<style>
span { border-color: #52414A; }
span { border-color: rgb(82,65,74); }
td.TdClassName
{
border-color: #52414A;
}
.TagClassName
{
border-color: #52414A;
}
</style>