Shades of Burgundy #840C29
Tints of Burgundy #840C29
RGB
CMYK
RGB Variations
Color information
#840C29 (or 0x840C29) is known color: Burgundy. HEX triplet: 84, 0C and 29. RGB value is (132,12,41). Sum of RGB (Red+Green+Blue) = 132+12+41=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #840C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840C29 is #7BF3D6. Grayscale: #333333. Windows color (decimal): -8123351 or 2690180. OLE color: 2690180.
HSL color Cylindrical-coordinate representation of color #840C29: hue angle of 345.5º 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 #840C29 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 41 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.48 |
| HSL | 345.5º | 0.83% | 0.28% | - |
| HSV(B) | 345.5º | 0.91% | 0.52% | - |
| XYZ | 10.05 | 5.33 | 2.6 | - |
| YUV | 51.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 41 | 0 | 0.91 | 0.69 | 0.48 | 345.5 | 0.83 | 0.28 |
| Hex | 84 | C | 29 | 0 | 5B | 45 | 30 | 15A | 53 | 1C |
| Octal | 204 | 14 | 51 | 0 | 133 | 105 | 60 | 532 | 123 | 34 |
| Binary | 10000100 | 1100 | 101001 | 0 | 1011011 | 1000101 | 110000 | 101011010 | 1010011 | 11100 |
Color Harmonies of #840C29
Complementary color
Monochromatic Colors of #840C29
Black with #840C29
Text Example
Text Example
White with #840C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C29; }
p { color: rgb(132,12,41); }
H1.HeaderClassName
{
color: #840C29;
}
.AnyTagClassName
{
color: #840C29;
}
</style>
background-color css
<style>
a { background-color: #840C29; }
a { background-color: rgb(132,12,41); }
div.DivClassName
{
background-color: #840C29;
}
.BgClassName
{
background-color: #840C29;
}
</style>
border-color css
<style>
span { border-color: #840C29; }
span { border-color: rgb(132,12,41); }
td.TdClassName
{
border-color: #840C29;
}
.TagClassName
{
border-color: #840C29;
}
</style>