Shades of Burgundy #800328
Tints of Burgundy #800328
RGB
CMYK
RGB Variations
Color information
#800328 (or 0x800328) is known color: Burgundy. HEX triplet: 80, 03 and 28. RGB value is (128,3,40). Sum of RGB (Red+Green+Blue) = 128+3+40=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #800328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800328 is #7FFCD7. Grayscale: #2C2C2C. Windows color (decimal): -8387800 or 2622336. OLE color: 2622336.
HSL color Cylindrical-coordinate representation of color #800328: hue angle of 342.24º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800328 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.50 |
| HSL | 342.24º | 0.95% | 0.26% | - |
| HSV(B) | 342.24º | 0.98% | 0.5% | - |
| XYZ | 9.32 | 4.81 | 2.44 | - |
| YUV | 44.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 40 | 0 | 0.98 | 0.69 | 0.50 | 342.24 | 0.95 | 0.26 |
| Hex | 80 | 3 | 28 | 0 | 62 | 45 | 32 | 156 | 5F | 1A |
| Octal | 200 | 3 | 50 | 0 | 142 | 105 | 62 | 526 | 137 | 32 |
| Binary | 10000000 | 11 | 101000 | 0 | 1100010 | 1000101 | 110010 | 101010110 | 1011111 | 11010 |
Color Harmonies of #800328
Complementary color
Monochromatic Colors of #800328
Black with #800328
Text Example
Text Example
White with #800328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800328; }
p { color: rgb(128,3,40); }
H1.HeaderClassName
{
color: #800328;
}
.AnyTagClassName
{
color: #800328;
}
</style>
background-color css
<style>
a { background-color: #800328; }
a { background-color: rgb(128,3,40); }
div.DivClassName
{
background-color: #800328;
}
.BgClassName
{
background-color: #800328;
}
</style>
border-color css
<style>
span { border-color: #800328; }
span { border-color: rgb(128,3,40); }
td.TdClassName
{
border-color: #800328;
}
.TagClassName
{
border-color: #800328;
}
</style>