Shades of Empress #826B6D
Tints of Empress #826B6D
RGB
CMYK
RGB Variations
Color information
#826B6D (or 0x826B6D) is known color: Empress. HEX triplet: 82, 6B and 6D. RGB value is (130,107,109). Sum of RGB (Red+Green+Blue) = 130+107+109=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B6D is #7D9492. Grayscale: #727272. Windows color (decimal): -8230035 or 7170946. OLE color: 7170946.
HSL color Cylindrical-coordinate representation of color #826B6D: hue angle of 354.78º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826B6D is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 109 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.49 |
| HSL | 354.78º | 0.1% | 0.46% | - |
| HSV(B) | 354.78º | 0.18% | 0.51% | - |
| XYZ | 17.22 | 16.37 | 16.72 | - |
| YUV | 114.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 109 | 0 | 0.18 | 0.16 | 0.49 | 354.78 | 0.1 | 0.46 |
| Hex | 82 | 6B | 6D | 0 | 12 | 10 | 31 | 163 | A | 2E |
| Octal | 202 | 153 | 155 | 0 | 22 | 20 | 61 | 543 | 12 | 56 |
| Binary | 10000010 | 1101011 | 1101101 | 0 | 10010 | 10000 | 110001 | 101100011 | 1010 | 101110 |
Color Harmonies of #826B6D
Complementary color
Monochromatic Colors of #826B6D
Black with #826B6D
Text Example
Text Example
White with #826B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B6D; }
p { color: rgb(130,107,109); }
H1.HeaderClassName
{
color: #826B6D;
}
.AnyTagClassName
{
color: #826B6D;
}
</style>
background-color css
<style>
a { background-color: #826B6D; }
a { background-color: rgb(130,107,109); }
div.DivClassName
{
background-color: #826B6D;
}
.BgClassName
{
background-color: #826B6D;
}
</style>
border-color css
<style>
span { border-color: #826B6D; }
span { border-color: rgb(130,107,109); }
td.TdClassName
{
border-color: #826B6D;
}
.TagClassName
{
border-color: #826B6D;
}
</style>