Shades of Burgundy #840326
Tints of Burgundy #840326
RGB
CMYK
RGB Variations
Color information
#840326 (or 0x840326) is known color: Burgundy. HEX triplet: 84, 03 and 26. RGB value is (132,3,38). Sum of RGB (Red+Green+Blue) = 132+3+38=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #840326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840326 is #7BFCD9. Grayscale: #2D2D2D. Windows color (decimal): -8125658 or 2491268. OLE color: 2491268.
HSL color Cylindrical-coordinate representation of color #840326: hue angle of 343.72º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840326 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 38 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.48 |
| HSL | 343.72º | 0.96% | 0.26% | - |
| HSV(B) | 343.72º | 0.98% | 0.52% | - |
| XYZ | 9.9 | 5.11 | 2.3 | - |
| YUV | 45.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 38 | 0 | 0.98 | 0.71 | 0.48 | 343.72 | 0.96 | 0.26 |
| Hex | 84 | 3 | 26 | 0 | 62 | 47 | 30 | 158 | 60 | 1A |
| Octal | 204 | 3 | 46 | 0 | 142 | 107 | 60 | 530 | 140 | 32 |
| Binary | 10000100 | 11 | 100110 | 0 | 1100010 | 1000111 | 110000 | 101011000 | 1100000 | 11010 |
Color Harmonies of #840326
Complementary color
Monochromatic Colors of #840326
Black with #840326
Text Example
Text Example
White with #840326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840326; }
p { color: rgb(132,3,38); }
H1.HeaderClassName
{
color: #840326;
}
.AnyTagClassName
{
color: #840326;
}
</style>
background-color css
<style>
a { background-color: #840326; }
a { background-color: rgb(132,3,38); }
div.DivClassName
{
background-color: #840326;
}
.BgClassName
{
background-color: #840326;
}
</style>
border-color css
<style>
span { border-color: #840326; }
span { border-color: rgb(132,3,38); }
td.TdClassName
{
border-color: #840326;
}
.TagClassName
{
border-color: #840326;
}
</style>