Shades of Burgundy #841128
Tints of Burgundy #841128
RGB
CMYK
RGB Variations
Color information
#841128 (or 0x841128) is known color: Burgundy. HEX triplet: 84, 11 and 28. RGB value is (132,17,40). Sum of RGB (Red+Green+Blue) = 132+17+40=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #841128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841128 is #7BEED7. Grayscale: #363636. Windows color (decimal): -8122072 or 2625924. OLE color: 2625924.
HSL color Cylindrical-coordinate representation of color #841128: hue angle of 348º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841128 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 40 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.48 |
| HSL | 348º | 0.77% | 0.29% | - |
| HSV(B) | 348º | 0.87% | 0.52% | - |
| XYZ | 10.1 | 5.46 | 2.53 | - |
| YUV | 54.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 40 | 0 | 0.87 | 0.70 | 0.48 | 348 | 0.77 | 0.29 |
| Hex | 84 | 11 | 28 | 0 | 57 | 46 | 30 | 15C | 4D | 1D |
| Octal | 204 | 21 | 50 | 0 | 127 | 106 | 60 | 534 | 115 | 35 |
| Binary | 10000100 | 10001 | 101000 | 0 | 1010111 | 1000110 | 110000 | 101011100 | 1001101 | 11101 |
Color Harmonies of #841128
Complementary color
Monochromatic Colors of #841128
Black with #841128
Text Example
Text Example
White with #841128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841128; }
p { color: rgb(132,17,40); }
H1.HeaderClassName
{
color: #841128;
}
.AnyTagClassName
{
color: #841128;
}
</style>
background-color css
<style>
a { background-color: #841128; }
a { background-color: rgb(132,17,40); }
div.DivClassName
{
background-color: #841128;
}
.BgClassName
{
background-color: #841128;
}
</style>
border-color css
<style>
span { border-color: #841128; }
span { border-color: rgb(132,17,40); }
td.TdClassName
{
border-color: #841128;
}
.TagClassName
{
border-color: #841128;
}
</style>