Shades of Burgundy #801027
Tints of Burgundy #801027
RGB
CMYK
RGB Variations
Color information
#801027 (or 0x801027) is known color: Burgundy. HEX triplet: 80, 10 and 27. RGB value is (128,16,39). Sum of RGB (Red+Green+Blue) = 128+16+39=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #801027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801027 is #7FEFD8. Grayscale: #343434. Windows color (decimal): -8384473 or 2560128. OLE color: 2560128.
HSL color Cylindrical-coordinate representation of color #801027: hue angle of 347.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801027 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 39 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.50 |
| HSL | 347.68º | 0.78% | 0.28% | - |
| HSV(B) | 347.68º | 0.88% | 0.5% | - |
| XYZ | 9.45 | 5.11 | 2.41 | - |
| YUV | 52.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 39 | 0 | 0.88 | 0.70 | 0.50 | 347.68 | 0.78 | 0.28 |
| Hex | 80 | 10 | 27 | 0 | 58 | 46 | 32 | 15C | 4E | 1C |
| Octal | 200 | 20 | 47 | 0 | 130 | 106 | 62 | 534 | 116 | 34 |
| Binary | 10000000 | 10000 | 100111 | 0 | 1011000 | 1000110 | 110010 | 101011100 | 1001110 | 11100 |
Color Harmonies of #801027
Complementary color
Monochromatic Colors of #801027
Black with #801027
Text Example
Text Example
White with #801027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801027; }
p { color: rgb(128,16,39); }
H1.HeaderClassName
{
color: #801027;
}
.AnyTagClassName
{
color: #801027;
}
</style>
background-color css
<style>
a { background-color: #801027; }
a { background-color: rgb(128,16,39); }
div.DivClassName
{
background-color: #801027;
}
.BgClassName
{
background-color: #801027;
}
</style>
border-color css
<style>
span { border-color: #801027; }
span { border-color: rgb(128,16,39); }
td.TdClassName
{
border-color: #801027;
}
.TagClassName
{
border-color: #801027;
}
</style>