Shades of Burgundy #800026
Tints of Burgundy #800026
RGB
CMYK
RGB Variations
Color information
#800026 (or 0x800026) is known color: Burgundy. HEX triplet: 80, 00 and 26. RGB value is (128,0,38). Sum of RGB (Red+Green+Blue) = 128+0+38=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #800026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800026 is #7FFFD9. Grayscale: #2A2A2A. Windows color (decimal): -8388570 or 2490496. OLE color: 2490496.
HSL color Cylindrical-coordinate representation of color #800026: hue angle of 342.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800026 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.70 | 0.50 |
| HSL | 342.19º | 1% | 0.25% | - |
| HSV(B) | 342.19º | 1% | 0.5% | - |
| XYZ | 9.25 | 4.73 | 2.26 | - |
| YUV | 42.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 38 | 0 | 1 | 0.70 | 0.50 | 342.19 | 1 | 0.25 |
| Hex | 80 | 0 | 26 | 0 | 64 | 46 | 32 | 156 | 64 | 19 |
| Octal | 200 | 0 | 46 | 0 | 144 | 106 | 62 | 526 | 144 | 31 |
| Binary | 10000000 | 0 | 100110 | 0 | 1100100 | 1000110 | 110010 | 101010110 | 1100100 | 11001 |
Color Harmonies of #800026
Complementary color
Monochromatic Colors of #800026
Black with #800026
Text Example
Text Example
White with #800026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800026; }
p { color: rgb(128,0,38); }
H1.HeaderClassName
{
color: #800026;
}
.AnyTagClassName
{
color: #800026;
}
</style>
background-color css
<style>
a { background-color: #800026; }
a { background-color: rgb(128,0,38); }
div.DivClassName
{
background-color: #800026;
}
.BgClassName
{
background-color: #800026;
}
</style>
border-color css
<style>
span { border-color: #800026; }
span { border-color: rgb(128,0,38); }
td.TdClassName
{
border-color: #800026;
}
.TagClassName
{
border-color: #800026;
}
</style>