Shades of Bitter #818363
Tints of Bitter #818363
RGB
CMYK
RGB Variations
Color information
#818363 (or 0x818363) is known color: Bitter. HEX triplet: 81, 83 and 63. RGB value is (129,131,99). Sum of RGB (Red+Green+Blue) = 129+131+99=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #818363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818363 is #7E7C9C. Grayscale: #7E7E7E. Windows color (decimal): -8289437 or 6521729. OLE color: 6521729.
HSL color Cylindrical-coordinate representation of color #818363: hue angle of 63.75º 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 #818363 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 99 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.49 |
| HSL | 63.75º | 0.14% | 0.45% | - |
| HSV(B) | 63.75º | 0.24% | 0.51% | - |
| XYZ | 19.42 | 21.8 | 14.99 | - |
| YUV | 126.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 99 | 0.02 | 0 | 0.24 | 0.49 | 63.75 | 0.14 | 0.45 |
| Hex | 81 | 83 | 63 | 2 | 0 | 18 | 31 | 40 | E | 2D |
| Octal | 201 | 203 | 143 | 2 | 0 | 30 | 61 | 100 | 16 | 55 |
| Binary | 10000001 | 10000011 | 1100011 | 10 | 0 | 11000 | 110001 | 1000000 | 1110 | 101101 |
Color Harmonies of #818363
Complementary color
Monochromatic Colors of #818363
Black with #818363
Text Example
Text Example
White with #818363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818363; }
p { color: rgb(129,131,99); }
H1.HeaderClassName
{
color: #818363;
}
.AnyTagClassName
{
color: #818363;
}
</style>
background-color css
<style>
a { background-color: #818363; }
a { background-color: rgb(129,131,99); }
div.DivClassName
{
background-color: #818363;
}
.BgClassName
{
background-color: #818363;
}
</style>
border-color css
<style>
span { border-color: #818363; }
span { border-color: rgb(129,131,99); }
td.TdClassName
{
border-color: #818363;
}
.TagClassName
{
border-color: #818363;
}
</style>