Shades of Burgundy #840C2D
Tints of Burgundy #840C2D
RGB
CMYK
RGB Variations
Color information
#840C2D (or 0x840C2D) is known color: Burgundy. HEX triplet: 84, 0C and 2D. RGB value is (132,12,45). Sum of RGB (Red+Green+Blue) = 132+12+45=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #840C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840C2D is #7BF3D2. Grayscale: #333333. Windows color (decimal): -8123347 or 2952324. OLE color: 2952324.
HSL color Cylindrical-coordinate representation of color #840C2D: hue angle of 343.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 #840C2D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 45 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.48 |
| HSL | 343.5º | 0.83% | 0.28% | - |
| HSV(B) | 343.5º | 0.91% | 0.52% | - |
| XYZ | 10.12 | 5.36 | 2.98 | - |
| YUV | 51.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 45 | 0 | 0.91 | 0.66 | 0.48 | 343.5 | 0.83 | 0.28 |
| Hex | 84 | C | 2D | 0 | 5B | 42 | 30 | 158 | 53 | 1C |
| Octal | 204 | 14 | 55 | 0 | 133 | 102 | 60 | 530 | 123 | 34 |
| Binary | 10000100 | 1100 | 101101 | 0 | 1011011 | 1000010 | 110000 | 101011000 | 1010011 | 11100 |
Color Harmonies of #840C2D
Complementary color
Monochromatic Colors of #840C2D
Black with #840C2D
Text Example
Text Example
White with #840C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C2D; }
p { color: rgb(132,12,45); }
H1.HeaderClassName
{
color: #840C2D;
}
.AnyTagClassName
{
color: #840C2D;
}
</style>
background-color css
<style>
a { background-color: #840C2D; }
a { background-color: rgb(132,12,45); }
div.DivClassName
{
background-color: #840C2D;
}
.BgClassName
{
background-color: #840C2D;
}
</style>
border-color css
<style>
span { border-color: #840C2D; }
span { border-color: rgb(132,12,45); }
td.TdClassName
{
border-color: #840C2D;
}
.TagClassName
{
border-color: #840C2D;
}
</style>