Shades of Burgundy #800027
Tints of Burgundy #800027
RGB
CMYK
RGB Variations
Color information
#800027 (or 0x800027) is known color: Burgundy. HEX triplet: 80, 00 and 27. RGB value is (128,0,39). Sum of RGB (Red+Green+Blue) = 128+0+39=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #800027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800027 is #7FFFD8. Grayscale: #2A2A2A. Windows color (decimal): -8388569 or 2556032. OLE color: 2556032.
HSL color Cylindrical-coordinate representation of color #800027: hue angle of 341.72º 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 #800027 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.70 | 0.50 |
| HSL | 341.72º | 1% | 0.25% | - |
| HSV(B) | 341.72º | 1% | 0.5% | - |
| XYZ | 9.27 | 4.74 | 2.35 | - |
| YUV | 42.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 39 | 0 | 1 | 0.70 | 0.50 | 341.72 | 1 | 0.25 |
| Hex | 80 | 0 | 27 | 0 | 64 | 46 | 32 | 156 | 64 | 19 |
| Octal | 200 | 0 | 47 | 0 | 144 | 106 | 62 | 526 | 144 | 31 |
| Binary | 10000000 | 0 | 100111 | 0 | 1100100 | 1000110 | 110010 | 101010110 | 1100100 | 11001 |
Color Harmonies of #800027
Complementary color
Monochromatic Colors of #800027
Black with #800027
Text Example
Text Example
White with #800027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800027; }
p { color: rgb(128,0,39); }
H1.HeaderClassName
{
color: #800027;
}
.AnyTagClassName
{
color: #800027;
}
</style>
background-color css
<style>
a { background-color: #800027; }
a { background-color: rgb(128,0,39); }
div.DivClassName
{
background-color: #800027;
}
.BgClassName
{
background-color: #800027;
}
</style>
border-color css
<style>
span { border-color: #800027; }
span { border-color: rgb(128,0,39); }
td.TdClassName
{
border-color: #800027;
}
.TagClassName
{
border-color: #800027;
}
</style>