Shades of Burgundy #840C3C
Tints of Burgundy #840C3C
RGB
CMYK
RGB Variations
Color information
#840C3C (or 0x840C3C) is known color: Burgundy. HEX triplet: 84, 0C and 3C. RGB value is (132,12,60). Sum of RGB (Red+Green+Blue) = 132+12+60=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #840C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840C3C is #7BF3C3. Grayscale: #353535. Windows color (decimal): -8123332 or 3935364. OLE color: 3935364.
HSL color Cylindrical-coordinate representation of color #840C3C: hue angle of 336º 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 #840C3C is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 60 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.48 |
| HSL | 336º | 0.83% | 0.28% | - |
| HSV(B) | 336º | 0.91% | 0.52% | - |
| XYZ | 10.46 | 5.49 | 4.78 | - |
| YUV | 53.35 | 131.76 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 60 | 0 | 0.91 | 0.55 | 0.48 | 336 | 0.83 | 0.28 |
| Hex | 84 | C | 3C | 0 | 5B | 37 | 30 | 150 | 53 | 1C |
| Octal | 204 | 14 | 74 | 0 | 133 | 67 | 60 | 520 | 123 | 34 |
| Binary | 10000100 | 1100 | 111100 | 0 | 1011011 | 110111 | 110000 | 101010000 | 1010011 | 11100 |
Color Harmonies of #840C3C
Complementary color
Monochromatic Colors of #840C3C
Black with #840C3C
Text Example
Text Example
White with #840C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C3C; }
p { color: rgb(132,12,60); }
H1.HeaderClassName
{
color: #840C3C;
}
.AnyTagClassName
{
color: #840C3C;
}
</style>
background-color css
<style>
a { background-color: #840C3C; }
a { background-color: rgb(132,12,60); }
div.DivClassName
{
background-color: #840C3C;
}
.BgClassName
{
background-color: #840C3C;
}
</style>
border-color css
<style>
span { border-color: #840C3C; }
span { border-color: rgb(132,12,60); }
td.TdClassName
{
border-color: #840C3C;
}
.TagClassName
{
border-color: #840C3C;
}
</style>