Shades of Bitter #828572
Tints of Bitter #828572
RGB
CMYK
RGB Variations
Color information
#828572 (or 0x828572) is known color: Bitter. HEX triplet: 82, 85 and 72. RGB value is (130,133,114). Sum of RGB (Red+Green+Blue) = 130+133+114=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #828572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828572 is #7D7A8D. Grayscale: #828282. Windows color (decimal): -8223374 or 7505282. OLE color: 7505282.
HSL color Cylindrical-coordinate representation of color #828572: hue angle of 69.47º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828572 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 114 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.48 |
| HSL | 69.47º | 0.08% | 0.48% | - |
| HSV(B) | 69.47º | 0.14% | 0.52% | - |
| XYZ | 20.63 | 22.74 | 19.22 | - |
| YUV | 129.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 114 | 0.02 | 0 | 0.14 | 0.48 | 69.47 | 0.08 | 0.48 |
| Hex | 82 | 85 | 72 | 2 | 0 | E | 30 | 45 | 8 | 30 |
| Octal | 202 | 205 | 162 | 2 | 0 | 16 | 60 | 105 | 10 | 60 |
| Binary | 10000010 | 10000101 | 1110010 | 10 | 0 | 1110 | 110000 | 1000101 | 1000 | 110000 |
Color Harmonies of #828572
Complementary color
Monochromatic Colors of #828572
Black with #828572
Text Example
Text Example
White with #828572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828572; }
p { color: rgb(130,133,114); }
H1.HeaderClassName
{
color: #828572;
}
.AnyTagClassName
{
color: #828572;
}
</style>
background-color css
<style>
a { background-color: #828572; }
a { background-color: rgb(130,133,114); }
div.DivClassName
{
background-color: #828572;
}
.BgClassName
{
background-color: #828572;
}
</style>
border-color css
<style>
span { border-color: #828572; }
span { border-color: rgb(130,133,114); }
td.TdClassName
{
border-color: #828572;
}
.TagClassName
{
border-color: #828572;
}
</style>