Shades of Burgundy #840323
Tints of Burgundy #840323
RGB
CMYK
RGB Variations
Color information
#840323 (or 0x840323) is known color: Burgundy. HEX triplet: 84, 03 and 23. RGB value is (132,3,35). Sum of RGB (Red+Green+Blue) = 132+3+35=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #840323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840323 is #7BFCDC. Grayscale: #2D2D2D. Windows color (decimal): -8125661 or 2294660. OLE color: 2294660.
HSL color Cylindrical-coordinate representation of color #840323: hue angle of 345.12º 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 #840323 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.48 |
| HSL | 345.12º | 0.96% | 0.26% | - |
| HSV(B) | 345.12º | 0.98% | 0.52% | - |
| XYZ | 9.85 | 5.09 | 2.05 | - |
| YUV | 45.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 35 | 0 | 0.98 | 0.73 | 0.48 | 345.12 | 0.96 | 0.26 |
| Hex | 84 | 3 | 23 | 0 | 62 | 49 | 30 | 159 | 60 | 1A |
| Octal | 204 | 3 | 43 | 0 | 142 | 111 | 60 | 531 | 140 | 32 |
| Binary | 10000100 | 11 | 100011 | 0 | 1100010 | 1001001 | 110000 | 101011001 | 1100000 | 11010 |
Color Harmonies of #840323
Complementary color
Monochromatic Colors of #840323
Black with #840323
Text Example
Text Example
White with #840323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840323; }
p { color: rgb(132,3,35); }
H1.HeaderClassName
{
color: #840323;
}
.AnyTagClassName
{
color: #840323;
}
</style>
background-color css
<style>
a { background-color: #840323; }
a { background-color: rgb(132,3,35); }
div.DivClassName
{
background-color: #840323;
}
.BgClassName
{
background-color: #840323;
}
</style>
border-color css
<style>
span { border-color: #840323; }
span { border-color: rgb(132,3,35); }
td.TdClassName
{
border-color: #840323;
}
.TagClassName
{
border-color: #840323;
}
</style>