Shades of Burgundy #840C36
Tints of Burgundy #840C36
RGB
CMYK
RGB Variations
Color information
#840C36 (or 0x840C36) is known color: Burgundy. HEX triplet: 84, 0C and 36. RGB value is (132,12,54). Sum of RGB (Red+Green+Blue) = 132+12+54=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #840C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840C36 is #7BF3C9. Grayscale: #343434. Windows color (decimal): -8123338 or 3542148. OLE color: 3542148.
HSL color Cylindrical-coordinate representation of color #840C36: hue angle of 339º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C36 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 54 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.48 |
| HSL | 339º | 0.83% | 0.28% | - |
| HSV(B) | 339º | 0.91% | 0.52% | - |
| XYZ | 10.31 | 5.43 | 4 | - |
| YUV | 52.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 54 | 0 | 0.91 | 0.59 | 0.48 | 339 | 0.83 | 0.28 |
| Hex | 84 | C | 36 | 0 | 5B | 3B | 30 | 153 | 53 | 1C |
| Octal | 204 | 14 | 66 | 0 | 133 | 73 | 60 | 523 | 123 | 34 |
| Binary | 10000100 | 1100 | 110110 | 0 | 1011011 | 111011 | 110000 | 101010011 | 1010011 | 11100 |
Color Harmonies of #840C36
Complementary color
Monochromatic Colors of #840C36
Black with #840C36
Text Example
Text Example
White with #840C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C36; }
p { color: rgb(132,12,54); }
H1.HeaderClassName
{
color: #840C36;
}
.AnyTagClassName
{
color: #840C36;
}
</style>
background-color css
<style>
a { background-color: #840C36; }
a { background-color: rgb(132,12,54); }
div.DivClassName
{
background-color: #840C36;
}
.BgClassName
{
background-color: #840C36;
}
</style>
border-color css
<style>
span { border-color: #840C36; }
span { border-color: rgb(132,12,54); }
td.TdClassName
{
border-color: #840C36;
}
.TagClassName
{
border-color: #840C36;
}
</style>