Shades of Burgundy #80002D
Tints of Burgundy #80002D
RGB
CMYK
RGB Variations
Color information
#80002D (or 0x80002D) is known color: Burgundy. HEX triplet: 80, 00 and 2D. RGB value is (128,0,45). Sum of RGB (Red+Green+Blue) = 128+0+45=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #80002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80002D is #7FFFD2. Grayscale: #2B2B2B. Windows color (decimal): -8388563 or 2949248. OLE color: 2949248.
HSL color Cylindrical-coordinate representation of color #80002D: hue angle of 338.91º 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 #80002D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.65 | 0.50 |
| HSL | 338.91º | 1% | 0.25% | - |
| HSV(B) | 338.91º | 1% | 0.5% | - |
| XYZ | 9.38 | 4.78 | 2.91 | - |
| YUV | 43.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 45 | 0 | 1 | 0.65 | 0.50 | 338.91 | 1 | 0.25 |
| Hex | 80 | 0 | 2D | 0 | 64 | 41 | 32 | 153 | 64 | 19 |
| Octal | 200 | 0 | 55 | 0 | 144 | 101 | 62 | 523 | 144 | 31 |
| Binary | 10000000 | 0 | 101101 | 0 | 1100100 | 1000001 | 110010 | 101010011 | 1100100 | 11001 |
Color Harmonies of #80002D
Complementary color
Monochromatic Colors of #80002D
Black with #80002D
Text Example
Text Example
White with #80002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80002D; }
p { color: rgb(128,0,45); }
H1.HeaderClassName
{
color: #80002D;
}
.AnyTagClassName
{
color: #80002D;
}
</style>
background-color css
<style>
a { background-color: #80002D; }
a { background-color: rgb(128,0,45); }
div.DivClassName
{
background-color: #80002D;
}
.BgClassName
{
background-color: #80002D;
}
</style>
border-color css
<style>
span { border-color: #80002D; }
span { border-color: rgb(128,0,45); }
td.TdClassName
{
border-color: #80002D;
}
.TagClassName
{
border-color: #80002D;
}
</style>