Shades of Burgundy #841018
Tints of Burgundy #841018
RGB
CMYK
RGB Variations
Color information
#841018 (or 0x841018) is known color: Burgundy. HEX triplet: 84, 10 and 18. RGB value is (132,16,24). Sum of RGB (Red+Green+Blue) = 132+16+24=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #841018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841018 is #7BEFE7. Grayscale: #333333. Windows color (decimal): -8122344 or 1577092. OLE color: 1577092.
HSL color Cylindrical-coordinate representation of color #841018: hue angle of 355.86º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841018 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 24 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.48 |
| HSL | 355.86º | 0.78% | 0.29% | - |
| HSV(B) | 355.86º | 0.88% | 0.52% | - |
| XYZ | 9.87 | 5.34 | 1.38 | - |
| YUV | 51.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 24 | 0 | 0.88 | 0.82 | 0.48 | 355.86 | 0.78 | 0.29 |
| Hex | 84 | 10 | 18 | 0 | 58 | 52 | 30 | 164 | 4E | 1D |
| Octal | 204 | 20 | 30 | 0 | 130 | 122 | 60 | 544 | 116 | 35 |
| Binary | 10000100 | 10000 | 11000 | 0 | 1011000 | 1010010 | 110000 | 101100100 | 1001110 | 11101 |
Color Harmonies of #841018
Complementary color
Monochromatic Colors of #841018
Black with #841018
Text Example
Text Example
White with #841018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841018; }
p { color: rgb(132,16,24); }
H1.HeaderClassName
{
color: #841018;
}
.AnyTagClassName
{
color: #841018;
}
</style>
background-color css
<style>
a { background-color: #841018; }
a { background-color: rgb(132,16,24); }
div.DivClassName
{
background-color: #841018;
}
.BgClassName
{
background-color: #841018;
}
</style>
border-color css
<style>
span { border-color: #841018; }
span { border-color: rgb(132,16,24); }
td.TdClassName
{
border-color: #841018;
}
.TagClassName
{
border-color: #841018;
}
</style>