Shades of Bitter #80846D
Tints of Bitter #80846D
RGB
CMYK
RGB Variations
Color information
#80846D (or 0x80846D) is known color: Bitter. HEX triplet: 80, 84 and 6D. RGB value is (128,132,109). Sum of RGB (Red+Green+Blue) = 128+132+109=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 132 - color contains mainly: green. Hex color #80846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80846D is #7F7B92. Grayscale: #808080. Windows color (decimal): -8354707 or 7177344. OLE color: 7177344.
HSL color Cylindrical-coordinate representation of color #80846D: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80846D is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 109 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.48 |
| HSL | 70.43º | 0.1% | 0.47% | - |
| HSV(B) | 70.43º | 0.17% | 0.52% | - |
| XYZ | 19.91 | 22.2 | 17.7 | - |
| YUV | 128.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 109 | 0.03 | 0 | 0.17 | 0.48 | 70.43 | 0.1 | 0.47 |
| Hex | 80 | 84 | 6D | 3 | 0 | 11 | 30 | 46 | A | 2F |
| Octal | 200 | 204 | 155 | 3 | 0 | 21 | 60 | 106 | 12 | 57 |
| Binary | 10000000 | 10000100 | 1101101 | 11 | 0 | 10001 | 110000 | 1000110 | 1010 | 101111 |
Color Harmonies of #80846D
Complementary color
Monochromatic Colors of #80846D
Black with #80846D
Text Example
Text Example
White with #80846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80846D; }
p { color: rgb(128,132,109); }
H1.HeaderClassName
{
color: #80846D;
}
.AnyTagClassName
{
color: #80846D;
}
</style>
background-color css
<style>
a { background-color: #80846D; }
a { background-color: rgb(128,132,109); }
div.DivClassName
{
background-color: #80846D;
}
.BgClassName
{
background-color: #80846D;
}
</style>
border-color css
<style>
span { border-color: #80846D; }
span { border-color: rgb(128,132,109); }
td.TdClassName
{
border-color: #80846D;
}
.TagClassName
{
border-color: #80846D;
}
</style>