Shades of Burgundy #840D38
Tints of Burgundy #840D38
RGB
CMYK
RGB Variations
Color information
#840D38 (or 0x840D38) is known color: Burgundy. HEX triplet: 84, 0D and 38. RGB value is (132,13,56). Sum of RGB (Red+Green+Blue) = 132+13+56=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #840D38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D38 is #7BF2C7. Grayscale: #353535. Windows color (decimal): -8123080 or 3673476. OLE color: 3673476.
HSL color Cylindrical-coordinate representation of color #840D38: hue angle of 338.32º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D38 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 56 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.48 |
| HSL | 338.32º | 0.82% | 0.28% | - |
| HSV(B) | 338.32º | 0.9% | 0.52% | - |
| XYZ | 10.37 | 5.48 | 4.25 | - |
| YUV | 53.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 56 | 0 | 0.90 | 0.58 | 0.48 | 338.32 | 0.82 | 0.28 |
| Hex | 84 | D | 38 | 0 | 5A | 3A | 30 | 152 | 52 | 1C |
| Octal | 204 | 15 | 70 | 0 | 132 | 72 | 60 | 522 | 122 | 34 |
| Binary | 10000100 | 1101 | 111000 | 0 | 1011010 | 111010 | 110000 | 101010010 | 1010010 | 11100 |
Color Harmonies of #840D38
Complementary color
Monochromatic Colors of #840D38
Black with #840D38
Text Example
Text Example
White with #840D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D38; }
p { color: rgb(132,13,56); }
H1.HeaderClassName
{
color: #840D38;
}
.AnyTagClassName
{
color: #840D38;
}
</style>
background-color css
<style>
a { background-color: #840D38; }
a { background-color: rgb(132,13,56); }
div.DivClassName
{
background-color: #840D38;
}
.BgClassName
{
background-color: #840D38;
}
</style>
border-color css
<style>
span { border-color: #840D38; }
span { border-color: rgb(132,13,56); }
td.TdClassName
{
border-color: #840D38;
}
.TagClassName
{
border-color: #840D38;
}
</style>