Shades of Bitter #80846F
Tints of Bitter #80846F
RGB
CMYK
RGB Variations
Color information
#80846F (or 0x80846F) is known color: Bitter. HEX triplet: 80, 84 and 6F. RGB value is (128,132,111). Sum of RGB (Red+Green+Blue) = 128+132+111=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #80846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80846F is #7F7B90. Grayscale: #808080. Windows color (decimal): -8354705 or 7308416. OLE color: 7308416.
HSL color Cylindrical-coordinate representation of color #80846F: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80846F is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 111 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.48 |
| HSL | 71.43º | 0.09% | 0.48% | - |
| HSV(B) | 71.43º | 0.16% | 0.52% | - |
| XYZ | 20.02 | 22.24 | 18.28 | - |
| YUV | 128.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 111 | 0.03 | 0 | 0.16 | 0.48 | 71.43 | 0.09 | 0.48 |
| Hex | 80 | 84 | 6F | 3 | 0 | 10 | 30 | 47 | 9 | 30 |
| Octal | 200 | 204 | 157 | 3 | 0 | 20 | 60 | 107 | 11 | 60 |
| Binary | 10000000 | 10000100 | 1101111 | 11 | 0 | 10000 | 110000 | 1000111 | 1001 | 110000 |
Color Harmonies of #80846F
Complementary color
Monochromatic Colors of #80846F
Black with #80846F
Text Example
Text Example
White with #80846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80846F; }
p { color: rgb(128,132,111); }
H1.HeaderClassName
{
color: #80846F;
}
.AnyTagClassName
{
color: #80846F;
}
</style>
background-color css
<style>
a { background-color: #80846F; }
a { background-color: rgb(128,132,111); }
div.DivClassName
{
background-color: #80846F;
}
.BgClassName
{
background-color: #80846F;
}
</style>
border-color css
<style>
span { border-color: #80846F; }
span { border-color: rgb(128,132,111); }
td.TdClassName
{
border-color: #80846F;
}
.TagClassName
{
border-color: #80846F;
}
</style>