Shades of Burgundy #840127
Tints of Burgundy #840127
RGB
CMYK
RGB Variations
Color information
#840127 (or 0x840127) is known color: Burgundy. HEX triplet: 84, 01 and 27. RGB value is (132,1,39). Sum of RGB (Red+Green+Blue) = 132+1+39=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #840127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840127 is #7BFED8. Grayscale: #2C2C2C. Windows color (decimal): -8126169 or 2556292. OLE color: 2556292.
HSL color Cylindrical-coordinate representation of color #840127: hue angle of 342.6º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840127 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.48 |
| HSL | 342.6º | 0.98% | 0.26% | - |
| HSV(B) | 342.6º | 0.99% | 0.52% | - |
| XYZ | 9.89 | 5.07 | 2.38 | - |
| YUV | 44.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 39 | 0 | 0.99 | 0.70 | 0.48 | 342.6 | 0.98 | 0.26 |
| Hex | 84 | 1 | 27 | 0 | 63 | 46 | 30 | 157 | 62 | 1A |
| Octal | 204 | 1 | 47 | 0 | 143 | 106 | 60 | 527 | 142 | 32 |
| Binary | 10000100 | 1 | 100111 | 0 | 1100011 | 1000110 | 110000 | 101010111 | 1100010 | 11010 |
Color Harmonies of #840127
Complementary color
Monochromatic Colors of #840127
Black with #840127
Text Example
Text Example
White with #840127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840127; }
p { color: rgb(132,1,39); }
H1.HeaderClassName
{
color: #840127;
}
.AnyTagClassName
{
color: #840127;
}
</style>
background-color css
<style>
a { background-color: #840127; }
a { background-color: rgb(132,1,39); }
div.DivClassName
{
background-color: #840127;
}
.BgClassName
{
background-color: #840127;
}
</style>
border-color css
<style>
span { border-color: #840127; }
span { border-color: rgb(132,1,39); }
td.TdClassName
{
border-color: #840127;
}
.TagClassName
{
border-color: #840127;
}
</style>