Shades of Burgundy #840622
Tints of Burgundy #840622
RGB
CMYK
RGB Variations
Color information
#840622 (or 0x840622) is known color: Burgundy. HEX triplet: 84, 06 and 22. RGB value is (132,6,34). Sum of RGB (Red+Green+Blue) = 132+6+34=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #840622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840622 is #7BF9DD. Grayscale: #2E2E2E. Windows color (decimal): -8124894 or 2229892. OLE color: 2229892.
HSL color Cylindrical-coordinate representation of color #840622: hue angle of 346.67º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840622 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 6 | 34 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.48 |
| HSL | 346.67º | 0.91% | 0.27% | - |
| HSV(B) | 346.67º | 0.95% | 0.52% | - |
| XYZ | 9.87 | 5.15 | 1.99 | - |
| YUV | 46.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 34 | 0 | 0.95 | 0.74 | 0.48 | 346.67 | 0.91 | 0.27 |
| Hex | 84 | 6 | 22 | 0 | 5F | 4A | 30 | 15B | 5B | 1B |
| Octal | 204 | 6 | 42 | 0 | 137 | 112 | 60 | 533 | 133 | 33 |
| Binary | 10000100 | 110 | 100010 | 0 | 1011111 | 1001010 | 110000 | 101011011 | 1011011 | 11011 |
Color Harmonies of #840622
Complementary color
Monochromatic Colors of #840622
Black with #840622
Text Example
Text Example
White with #840622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840622; }
p { color: rgb(132,6,34); }
H1.HeaderClassName
{
color: #840622;
}
.AnyTagClassName
{
color: #840622;
}
</style>
background-color css
<style>
a { background-color: #840622; }
a { background-color: rgb(132,6,34); }
div.DivClassName
{
background-color: #840622;
}
.BgClassName
{
background-color: #840622;
}
</style>
border-color css
<style>
span { border-color: #840622; }
span { border-color: rgb(132,6,34); }
td.TdClassName
{
border-color: #840622;
}
.TagClassName
{
border-color: #840622;
}
</style>