Shades of Burgundy #800030
Tints of Burgundy #800030
RGB
CMYK
RGB Variations
Color information
#800030 (or 0x800030) is known color: Burgundy. HEX triplet: 80, 00 and 30. RGB value is (128,0,48). Sum of RGB (Red+Green+Blue) = 128+0+48=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #800030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800030 is #7FFFCF. Grayscale: #2B2B2B. Windows color (decimal): -8388560 or 3145856. OLE color: 3145856.
HSL color Cylindrical-coordinate representation of color #800030: hue angle of 337.5º 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 #800030 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.62 | 0.50 |
| HSL | 337.5º | 1% | 0.25% | - |
| HSV(B) | 337.5º | 1% | 0.5% | - |
| XYZ | 9.44 | 4.8 | 3.23 | - |
| YUV | 43.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 48 | 0 | 1 | 0.62 | 0.50 | 337.5 | 1 | 0.25 |
| Hex | 80 | 0 | 30 | 0 | 64 | 3E | 32 | 152 | 64 | 19 |
| Octal | 200 | 0 | 60 | 0 | 144 | 76 | 62 | 522 | 144 | 31 |
| Binary | 10000000 | 0 | 110000 | 0 | 1100100 | 111110 | 110010 | 101010010 | 1100100 | 11001 |
Color Harmonies of #800030
Complementary color
Monochromatic Colors of #800030
Black with #800030
Text Example
Text Example
White with #800030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800030; }
p { color: rgb(128,0,48); }
H1.HeaderClassName
{
color: #800030;
}
.AnyTagClassName
{
color: #800030;
}
</style>
background-color css
<style>
a { background-color: #800030; }
a { background-color: rgb(128,0,48); }
div.DivClassName
{
background-color: #800030;
}
.BgClassName
{
background-color: #800030;
}
</style>
border-color css
<style>
span { border-color: #800030; }
span { border-color: rgb(128,0,48); }
td.TdClassName
{
border-color: #800030;
}
.TagClassName
{
border-color: #800030;
}
</style>