Shades of Burgundy #840C2C
Tints of Burgundy #840C2C
RGB
CMYK
RGB Variations
Color information
#840C2C (or 0x840C2C) is known color: Burgundy. HEX triplet: 84, 0C and 2C. RGB value is (132,12,44). Sum of RGB (Red+Green+Blue) = 132+12+44=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #840C2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840C2C is #7BF3D3. Grayscale: #333333. Windows color (decimal): -8123348 or 2886788. OLE color: 2886788.
HSL color Cylindrical-coordinate representation of color #840C2C: hue angle of 344º 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 #840C2C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 44 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.48 |
| HSL | 344º | 0.83% | 0.28% | - |
| HSV(B) | 344º | 0.91% | 0.52% | - |
| XYZ | 10.1 | 5.35 | 2.88 | - |
| YUV | 51.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 44 | 0 | 0.91 | 0.67 | 0.48 | 344 | 0.83 | 0.28 |
| Hex | 84 | C | 2C | 0 | 5B | 43 | 30 | 158 | 53 | 1C |
| Octal | 204 | 14 | 54 | 0 | 133 | 103 | 60 | 530 | 123 | 34 |
| Binary | 10000100 | 1100 | 101100 | 0 | 1011011 | 1000011 | 110000 | 101011000 | 1010011 | 11100 |
Color Harmonies of #840C2C
Complementary color
Monochromatic Colors of #840C2C
Black with #840C2C
Text Example
Text Example
White with #840C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C2C; }
p { color: rgb(132,12,44); }
H1.HeaderClassName
{
color: #840C2C;
}
.AnyTagClassName
{
color: #840C2C;
}
</style>
background-color css
<style>
a { background-color: #840C2C; }
a { background-color: rgb(132,12,44); }
div.DivClassName
{
background-color: #840C2C;
}
.BgClassName
{
background-color: #840C2C;
}
</style>
border-color css
<style>
span { border-color: #840C2C; }
span { border-color: rgb(132,12,44); }
td.TdClassName
{
border-color: #840C2C;
}
.TagClassName
{
border-color: #840C2C;
}
</style>