Shades of Empress #826A6B
Tints of Empress #826A6B
RGB
CMYK
RGB Variations
Color information
#826A6B (or 0x826A6B) is known color: Empress. HEX triplet: 82, 6A and 6B. RGB value is (130,106,107). Sum of RGB (Red+Green+Blue) = 130+106+107=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #826A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A6B is #7D9594. Grayscale: #717171. Windows color (decimal): -8230293 or 7039618. OLE color: 7039618.
HSL color Cylindrical-coordinate representation of color #826A6B: hue angle of 357.5º 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 #826A6B is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 107 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.49 |
| HSL | 357.5º | 0.1% | 0.46% | - |
| HSV(B) | 357.5º | 0.18% | 0.51% | - |
| XYZ | 17.01 | 16.12 | 16.12 | - |
| YUV | 113.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 107 | 0 | 0.18 | 0.18 | 0.49 | 357.5 | 0.1 | 0.46 |
| Hex | 82 | 6A | 6B | 0 | 12 | 12 | 31 | 166 | A | 2E |
| Octal | 202 | 152 | 153 | 0 | 22 | 22 | 61 | 546 | 12 | 56 |
| Binary | 10000010 | 1101010 | 1101011 | 0 | 10010 | 10010 | 110001 | 101100110 | 1010 | 101110 |
Color Harmonies of #826A6B
Complementary color
Monochromatic Colors of #826A6B
Black with #826A6B
Text Example
Text Example
White with #826A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A6B; }
p { color: rgb(130,106,107); }
H1.HeaderClassName
{
color: #826A6B;
}
.AnyTagClassName
{
color: #826A6B;
}
</style>
background-color css
<style>
a { background-color: #826A6B; }
a { background-color: rgb(130,106,107); }
div.DivClassName
{
background-color: #826A6B;
}
.BgClassName
{
background-color: #826A6B;
}
</style>
border-color css
<style>
span { border-color: #826A6B; }
span { border-color: rgb(130,106,107); }
td.TdClassName
{
border-color: #826A6B;
}
.TagClassName
{
border-color: #826A6B;
}
</style>