Shades of Burgundy #800733
Tints of Burgundy #800733
RGB
CMYK
RGB Variations
Color information
#800733 (or 0x800733) is known color: Burgundy. HEX triplet: 80, 07 and 33. RGB value is (128,7,51). Sum of RGB (Red+Green+Blue) = 128+7+51=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #800733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800733 is #7FF8CC. Grayscale: #303030. Windows color (decimal): -8386765 or 3344256. OLE color: 3344256.
HSL color Cylindrical-coordinate representation of color #800733: hue angle of 338.18º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800733 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 51 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.50 |
| HSL | 338.18º | 0.9% | 0.26% | - |
| HSV(B) | 338.18º | 0.95% | 0.5% | - |
| XYZ | 9.58 | 4.98 | 3.59 | - |
| YUV | 48.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 51 | 0 | 0.95 | 0.60 | 0.50 | 338.18 | 0.9 | 0.26 |
| Hex | 80 | 7 | 33 | 0 | 5F | 3C | 32 | 152 | 5A | 1A |
| Octal | 200 | 7 | 63 | 0 | 137 | 74 | 62 | 522 | 132 | 32 |
| Binary | 10000000 | 111 | 110011 | 0 | 1011111 | 111100 | 110010 | 101010010 | 1011010 | 11010 |
Color Harmonies of #800733
Complementary color
Monochromatic Colors of #800733
Black with #800733
Text Example
Text Example
White with #800733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800733; }
p { color: rgb(128,7,51); }
H1.HeaderClassName
{
color: #800733;
}
.AnyTagClassName
{
color: #800733;
}
</style>
background-color css
<style>
a { background-color: #800733; }
a { background-color: rgb(128,7,51); }
div.DivClassName
{
background-color: #800733;
}
.BgClassName
{
background-color: #800733;
}
</style>
border-color css
<style>
span { border-color: #800733; }
span { border-color: rgb(128,7,51); }
td.TdClassName
{
border-color: #800733;
}
.TagClassName
{
border-color: #800733;
}
</style>