Shades of Bitter #80846B
Tints of Bitter #80846B
RGB
CMYK
RGB Variations
Color information
#80846B (or 0x80846B) is known color: Bitter. HEX triplet: 80, 84 and 6B. RGB value is (128,132,107). Sum of RGB (Red+Green+Blue) = 128+132+107=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #80846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80846B is #7F7B94. Grayscale: #808080. Windows color (decimal): -8354709 or 7046272. OLE color: 7046272.
HSL color Cylindrical-coordinate representation of color #80846B: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80846B is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 107 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.48 |
| HSL | 69.6º | 0.1% | 0.47% | - |
| HSV(B) | 69.6º | 0.19% | 0.52% | - |
| XYZ | 19.81 | 22.15 | 17.14 | - |
| YUV | 127.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 107 | 0.03 | 0 | 0.19 | 0.48 | 69.6 | 0.1 | 0.47 |
| Hex | 80 | 84 | 6B | 3 | 0 | 13 | 30 | 46 | A | 2F |
| Octal | 200 | 204 | 153 | 3 | 0 | 23 | 60 | 106 | 12 | 57 |
| Binary | 10000000 | 10000100 | 1101011 | 11 | 0 | 10011 | 110000 | 1000110 | 1010 | 101111 |
Color Harmonies of #80846B
Complementary color
Monochromatic Colors of #80846B
Black with #80846B
Text Example
Text Example
White with #80846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80846B; }
p { color: rgb(128,132,107); }
H1.HeaderClassName
{
color: #80846B;
}
.AnyTagClassName
{
color: #80846B;
}
</style>
background-color css
<style>
a { background-color: #80846B; }
a { background-color: rgb(128,132,107); }
div.DivClassName
{
background-color: #80846B;
}
.BgClassName
{
background-color: #80846B;
}
</style>
border-color css
<style>
span { border-color: #80846B; }
span { border-color: rgb(128,132,107); }
td.TdClassName
{
border-color: #80846B;
}
.TagClassName
{
border-color: #80846B;
}
</style>