Shades of Highball #828144
Tints of Highball #828144
RGB
CMYK
RGB Variations
Color information
#828144 (or 0x828144) is known color: Highball. HEX triplet: 82, 81 and 44. RGB value is (130,129,68). Sum of RGB (Red+Green+Blue) = 130+129+68=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #828144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828144 is #7D7EBB. Grayscale: #7A7A7A. Windows color (decimal): -8224444 or 4489602. OLE color: 4489602.
HSL color Cylindrical-coordinate representation of color #828144: hue angle of 59.03º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828144 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 68 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.49 |
| HSL | 59.03º | 0.31% | 0.39% | - |
| HSV(B) | 59.03º | 0.48% | 0.51% | - |
| XYZ | 18.1 | 20.86 | 8.54 | - |
| YUV | 122.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 68 | 0 | 0.01 | 0.48 | 0.49 | 59.03 | 0.31 | 0.39 |
| Hex | 82 | 81 | 44 | 0 | 1 | 30 | 31 | 3B | 1F | 27 |
| Octal | 202 | 201 | 104 | 0 | 1 | 60 | 61 | 73 | 37 | 47 |
| Binary | 10000010 | 10000001 | 1000100 | 0 | 1 | 110000 | 110001 | 111011 | 11111 | 100111 |
Color Harmonies of #828144
Complementary color
Monochromatic Colors of #828144
Black with #828144
Text Example
Text Example
White with #828144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828144; }
p { color: rgb(130,129,68); }
H1.HeaderClassName
{
color: #828144;
}
.AnyTagClassName
{
color: #828144;
}
</style>
background-color css
<style>
a { background-color: #828144; }
a { background-color: rgb(130,129,68); }
div.DivClassName
{
background-color: #828144;
}
.BgClassName
{
background-color: #828144;
}
</style>
border-color css
<style>
span { border-color: #828144; }
span { border-color: rgb(130,129,68); }
td.TdClassName
{
border-color: #828144;
}
.TagClassName
{
border-color: #828144;
}
</style>