Shades of Liver #62485A
Tints of Liver #62485A
RGB
CMYK
RGB Variations
Color information
#62485A (or 0x62485A) is known color: Liver. HEX triplet: 62, 48 and 5A. RGB value is (98,72,90). Sum of RGB (Red+Green+Blue) = 98+72+90=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #62485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485A is #9DB7A5. Grayscale: #515151. Windows color (decimal): -10336166 or 5916770. OLE color: 5916770.
HSL color Cylindrical-coordinate representation of color #62485A: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62485A is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 90 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.62 |
| HSL | 318.46º | 0.15% | 0.33% | - |
| HSV(B) | 318.46º | 0.27% | 0.38% | - |
| XYZ | 9.2 | 7.97 | 10.73 | - |
| YUV | 81.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 90 | 0 | 0.27 | 0.08 | 0.62 | 318.46 | 0.15 | 0.33 |
| Hex | 62 | 48 | 5A | 0 | 1B | 8 | 3E | 13E | F | 21 |
| Octal | 142 | 110 | 132 | 0 | 33 | 10 | 76 | 476 | 17 | 41 |
| Binary | 1100010 | 1001000 | 1011010 | 0 | 11011 | 1000 | 111110 | 100111110 | 1111 | 100001 |
Color Harmonies of #62485A
Complementary color
Monochromatic Colors of #62485A
Black with #62485A
Text Example
Text Example
White with #62485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62485A; }
p { color: rgb(98,72,90); }
H1.HeaderClassName
{
color: #62485A;
}
.AnyTagClassName
{
color: #62485A;
}
</style>
background-color css
<style>
a { background-color: #62485A; }
a { background-color: rgb(98,72,90); }
div.DivClassName
{
background-color: #62485A;
}
.BgClassName
{
background-color: #62485A;
}
</style>
border-color css
<style>
span { border-color: #62485A; }
span { border-color: rgb(98,72,90); }
td.TdClassName
{
border-color: #62485A;
}
.TagClassName
{
border-color: #62485A;
}
</style>