Shades of Concord #83807B
Tints of Concord #83807B
RGB
CMYK
RGB Variations
Color information
#83807B (or 0x83807B) is known color: Concord. HEX triplet: 83, 80 and 7B. RGB value is (131,128,123). Sum of RGB (Red+Green+Blue) = 131+128+123=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 131 - color contains mainly: red. Hex color #83807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83807B is #7C7F84. Grayscale: #808080. Windows color (decimal): -8159109 or 8093827. OLE color: 8093827.
HSL color Cylindrical-coordinate representation of color #83807B: hue angle of 37.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #83807B is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 123 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.49 |
| HSL | 37.5º | 0.03% | 0.5% | - |
| HSV(B) | 37.5º | 0.06% | 0.51% | - |
| XYZ | 20.65 | 21.69 | 21.84 | - |
| YUV | 128.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 123 | 0 | 0.02 | 0.06 | 0.49 | 37.5 | 0.03 | 0.5 |
| Hex | 83 | 80 | 7B | 0 | 2 | 6 | 31 | 26 | 3 | 32 |
| Octal | 203 | 200 | 173 | 0 | 2 | 6 | 61 | 46 | 3 | 62 |
| Binary | 10000011 | 10000000 | 1111011 | 0 | 10 | 110 | 110001 | 100110 | 11 | 110010 |
Color Harmonies of #83807B
Complementary color
Monochromatic Colors of #83807B
Black with #83807B
Text Example
Text Example
White with #83807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83807B; }
p { color: rgb(131,128,123); }
H1.HeaderClassName
{
color: #83807B;
}
.AnyTagClassName
{
color: #83807B;
}
</style>
background-color css
<style>
a { background-color: #83807B; }
a { background-color: rgb(131,128,123); }
div.DivClassName
{
background-color: #83807B;
}
.BgClassName
{
background-color: #83807B;
}
</style>
border-color css
<style>
span { border-color: #83807B; }
span { border-color: rgb(131,128,123); }
td.TdClassName
{
border-color: #83807B;
}
.TagClassName
{
border-color: #83807B;
}
</style>