Shades of Bitter #808263
Tints of Bitter #808263
RGB
CMYK
RGB Variations
Color information
#808263 (or 0x808263) is known color: Bitter. HEX triplet: 80, 82 and 63. RGB value is (128,130,99). Sum of RGB (Red+Green+Blue) = 128+130+99=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #808263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808263 is #7F7D9C. Grayscale: #7D7D7D. Windows color (decimal): -8355229 or 6521472. OLE color: 6521472.
HSL color Cylindrical-coordinate representation of color #808263: hue angle of 63.87º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #808263 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 99 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.49 |
| HSL | 63.87º | 0.14% | 0.45% | - |
| HSV(B) | 63.87º | 0.24% | 0.51% | - |
| XYZ | 19.14 | 21.46 | 14.94 | - |
| YUV | 125.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 99 | 0.02 | 0 | 0.24 | 0.49 | 63.87 | 0.14 | 0.45 |
| Hex | 80 | 82 | 63 | 2 | 0 | 18 | 31 | 40 | E | 2D |
| Octal | 200 | 202 | 143 | 2 | 0 | 30 | 61 | 100 | 16 | 55 |
| Binary | 10000000 | 10000010 | 1100011 | 10 | 0 | 11000 | 110001 | 1000000 | 1110 | 101101 |
Color Harmonies of #808263
Complementary color
Monochromatic Colors of #808263
Black with #808263
Text Example
Text Example
White with #808263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808263; }
p { color: rgb(128,130,99); }
H1.HeaderClassName
{
color: #808263;
}
.AnyTagClassName
{
color: #808263;
}
</style>
background-color css
<style>
a { background-color: #808263; }
a { background-color: rgb(128,130,99); }
div.DivClassName
{
background-color: #808263;
}
.BgClassName
{
background-color: #808263;
}
</style>
border-color css
<style>
span { border-color: #808263; }
span { border-color: rgb(128,130,99); }
td.TdClassName
{
border-color: #808263;
}
.TagClassName
{
border-color: #808263;
}
</style>