Shades of Concord #84817D
Tints of Concord #84817D
RGB
CMYK
RGB Variations
Color information
#84817D (or 0x84817D) is known color: Concord. HEX triplet: 84, 81 and 7D. RGB value is (132,129,125). Sum of RGB (Red+Green+Blue) = 132+129+125=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 132 - color contains mainly: red. Hex color #84817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84817D is #7B7E82. Grayscale: #818181. Windows color (decimal): -8093315 or 8225156. OLE color: 8225156.
HSL color Cylindrical-coordinate representation of color #84817D: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84817D is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
RGB | 132 | 129 | 125 | - |
CMYK | 0 | 0.02 | 0.05 | 0.48 |
HSL | 34.29º | 0.03% | 0.5% | - |
HSV(B) | 34.29º | 0.05% | 0.52% | - |
XYZ | 21.07 | 22.09 | 22.55 | - |
YUV | 129.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 129 | 125 | 0 | 0.02 | 0.05 | 0.48 | 34.29 | 0.03 | 0.5 |
Hex | 84 | 81 | 7D | 0 | 2 | 5 | 30 | 22 | 3 | 32 |
Octal | 204 | 201 | 175 | 0 | 2 | 5 | 60 | 42 | 3 | 62 |
Binary | 10000100 | 10000001 | 1111101 | 0 | 10 | 101 | 110000 | 100010 | 11 | 110010 |
Color Harmonies of #84817D
Complementary color
Monochromatic Colors of #84817D
Black with #84817D
Text Example
Text Example
White with #84817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84817D; }
p { color: rgb(132,129,125); }
H1.HeaderClassName
{
color: #84817D;
}
.AnyTagClassName
{
color: #84817D;
}
</style>
background-color css
<style>
a { background-color: #84817D; }
a { background-color: rgb(132,129,125); }
div.DivClassName
{
background-color: #84817D;
}
.BgClassName
{
background-color: #84817D;
}
</style>
border-color css
<style>
span { border-color: #84817D; }
span { border-color: rgb(132,129,125); }
td.TdClassName
{
border-color: #84817D;
}
.TagClassName
{
border-color: #84817D;
}
</style>