Shades of Burgundy #800D1C
Tints of Burgundy #800D1C
RGB
CMYK
RGB Variations
Color information
#800D1C (or 0x800D1C) is known color: Burgundy. HEX triplet: 80, 0D and 1C. RGB value is (128,13,28). Sum of RGB (Red+Green+Blue) = 128+13+28=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #800D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D1C is #7FF2E3. Grayscale: #313131. Windows color (decimal): -8385252 or 1838464. OLE color: 1838464.
HSL color Cylindrical-coordinate representation of color #800D1C: hue angle of 352.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D1C is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 28 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.50 |
| HSL | 352.17º | 0.82% | 0.28% | - |
| HSV(B) | 352.17º | 0.9% | 0.5% | - |
| XYZ | 9.26 | 4.96 | 1.57 | - |
| YUV | 49.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 28 | 0 | 0.90 | 0.78 | 0.50 | 352.17 | 0.82 | 0.28 |
| Hex | 80 | D | 1C | 0 | 5A | 4E | 32 | 160 | 52 | 1C |
| Octal | 200 | 15 | 34 | 0 | 132 | 116 | 62 | 540 | 122 | 34 |
| Binary | 10000000 | 1101 | 11100 | 0 | 1011010 | 1001110 | 110010 | 101100000 | 1010010 | 11100 |
Color Harmonies of #800D1C
Complementary color
Monochromatic Colors of #800D1C
Black with #800D1C
Text Example
Text Example
White with #800D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D1C; }
p { color: rgb(128,13,28); }
H1.HeaderClassName
{
color: #800D1C;
}
.AnyTagClassName
{
color: #800D1C;
}
</style>
background-color css
<style>
a { background-color: #800D1C; }
a { background-color: rgb(128,13,28); }
div.DivClassName
{
background-color: #800D1C;
}
.BgClassName
{
background-color: #800D1C;
}
</style>
border-color css
<style>
span { border-color: #800D1C; }
span { border-color: rgb(128,13,28); }
td.TdClassName
{
border-color: #800D1C;
}
.TagClassName
{
border-color: #800D1C;
}
</style>