Shades of Burgundy #840128
Tints of Burgundy #840128
RGB
CMYK
RGB Variations
Color information
#840128 (or 0x840128) is known color: Burgundy. HEX triplet: 84, 01 and 28. RGB value is (132,1,40). Sum of RGB (Red+Green+Blue) = 132+1+40=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #840128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840128 is #7BFED7. Grayscale: #2C2C2C. Windows color (decimal): -8126168 or 2621828. OLE color: 2621828.
HSL color Cylindrical-coordinate representation of color #840128: hue angle of 342.14º 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 #840128 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.48 |
| HSL | 342.14º | 0.98% | 0.26% | - |
| HSV(B) | 342.14º | 0.99% | 0.52% | - |
| XYZ | 9.91 | 5.08 | 2.47 | - |
| YUV | 44.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 40 | 0 | 0.99 | 0.70 | 0.48 | 342.14 | 0.98 | 0.26 |
| Hex | 84 | 1 | 28 | 0 | 63 | 46 | 30 | 156 | 62 | 1A |
| Octal | 204 | 1 | 50 | 0 | 143 | 106 | 60 | 526 | 142 | 32 |
| Binary | 10000100 | 1 | 101000 | 0 | 1100011 | 1000110 | 110000 | 101010110 | 1100010 | 11010 |
Color Harmonies of #840128
Complementary color
Monochromatic Colors of #840128
Black with #840128
Text Example
Text Example
White with #840128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840128; }
p { color: rgb(132,1,40); }
H1.HeaderClassName
{
color: #840128;
}
.AnyTagClassName
{
color: #840128;
}
</style>
background-color css
<style>
a { background-color: #840128; }
a { background-color: rgb(132,1,40); }
div.DivClassName
{
background-color: #840128;
}
.BgClassName
{
background-color: #840128;
}
</style>
border-color css
<style>
span { border-color: #840128; }
span { border-color: rgb(132,1,40); }
td.TdClassName
{
border-color: #840128;
}
.TagClassName
{
border-color: #840128;
}
</style>