Shades of Burgundy #84031C
Tints of Burgundy #84031C
RGB
CMYK
RGB Variations
Color information
#84031C (or 0x84031C) is known color: Burgundy. HEX triplet: 84, 03 and 1C. RGB value is (132,3,28). Sum of RGB (Red+Green+Blue) = 132+3+28=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #84031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84031C is #7BFCE3. Grayscale: #2C2C2C. Windows color (decimal): -8125668 or 1835908. OLE color: 1835908.
HSL color Cylindrical-coordinate representation of color #84031C: hue angle of 348.37º 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 #84031C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.48 |
| HSL | 348.37º | 0.96% | 0.26% | - |
| HSV(B) | 348.37º | 0.98% | 0.52% | - |
| XYZ | 9.76 | 5.05 | 1.56 | - |
| YUV | 44.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 28 | 0 | 0.98 | 0.79 | 0.48 | 348.37 | 0.96 | 0.26 |
| Hex | 84 | 3 | 1C | 0 | 62 | 4F | 30 | 15C | 60 | 1A |
| Octal | 204 | 3 | 34 | 0 | 142 | 117 | 60 | 534 | 140 | 32 |
| Binary | 10000100 | 11 | 11100 | 0 | 1100010 | 1001111 | 110000 | 101011100 | 1100000 | 11010 |
Color Harmonies of #84031C
Complementary color
Monochromatic Colors of #84031C
Black with #84031C
Text Example
Text Example
White with #84031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84031C; }
p { color: rgb(132,3,28); }
H1.HeaderClassName
{
color: #84031C;
}
.AnyTagClassName
{
color: #84031C;
}
</style>
background-color css
<style>
a { background-color: #84031C; }
a { background-color: rgb(132,3,28); }
div.DivClassName
{
background-color: #84031C;
}
.BgClassName
{
background-color: #84031C;
}
</style>
border-color css
<style>
span { border-color: #84031C; }
span { border-color: rgb(132,3,28); }
td.TdClassName
{
border-color: #84031C;
}
.TagClassName
{
border-color: #84031C;
}
</style>