Shades of Concord #838280
Tints of Concord #838280
RGB
CMYK
RGB Variations
Color information
#838280 (or 0x838280) is known color: Concord. HEX triplet: 83, 82 and 80. RGB value is (131,130,128). Sum of RGB (Red+Green+Blue) = 131+130+128=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 131 - color contains mainly: red. Hex color #838280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838280 is #7C7D7F. Grayscale: #828282. Windows color (decimal): -8158592 or 8422019. OLE color: 8422019.
HSL color Cylindrical-coordinate representation of color #838280: hue angle of 40º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #838280 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 130 | 128 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.49 |
| HSL | 40º | 0.01% | 0.51% | - |
| HSV(B) | 40º | 0.02% | 0.51% | - |
| XYZ | 21.24 | 22.35 | 23.62 | - |
| YUV | 130.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 128 | 0 | 0.01 | 0.02 | 0.49 | 40 | 0.01 | 0.51 |
| Hex | 83 | 82 | 80 | 0 | 1 | 2 | 31 | 28 | 1 | 33 |
| Octal | 203 | 202 | 200 | 0 | 1 | 2 | 61 | 50 | 1 | 63 |
| Binary | 10000011 | 10000010 | 10000000 | 0 | 1 | 10 | 110001 | 101000 | 1 | 110011 |
Color Harmonies of #838280
Complementary color
Monochromatic Colors of #838280
Black with #838280
Text Example
Text Example
White with #838280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838280; }
p { color: rgb(131,130,128); }
H1.HeaderClassName
{
color: #838280;
}
.AnyTagClassName
{
color: #838280;
}
</style>
background-color css
<style>
a { background-color: #838280; }
a { background-color: rgb(131,130,128); }
div.DivClassName
{
background-color: #838280;
}
.BgClassName
{
background-color: #838280;
}
</style>
border-color css
<style>
span { border-color: #838280; }
span { border-color: rgb(131,130,128); }
td.TdClassName
{
border-color: #838280;
}
.TagClassName
{
border-color: #838280;
}
</style>