Shades of Burgundy #730828
Tints of Burgundy #730828
RGB
CMYK
RGB Variations
Color information
#730828 (or 0x730828) is known color: Burgundy. HEX triplet: 73, 08 and 28. RGB value is (115,8,40). Sum of RGB (Red+Green+Blue) = 115+8+40=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #730828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730828 is #8CF7D7. Grayscale: #2B2B2B. Windows color (decimal): -9238488 or 2623603. OLE color: 2623603.
HSL color Cylindrical-coordinate representation of color #730828: hue angle of 342.06º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730828 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 40 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.55 |
| HSL | 342.06º | 0.87% | 0.24% | - |
| HSV(B) | 342.06º | 0.93% | 0.45% | - |
| XYZ | 7.54 | 3.97 | 2.38 | - |
| YUV | 43.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 40 | 0 | 0.93 | 0.65 | 0.55 | 342.06 | 0.87 | 0.24 |
| Hex | 73 | 8 | 28 | 0 | 5D | 41 | 37 | 156 | 57 | 18 |
| Octal | 163 | 10 | 50 | 0 | 135 | 101 | 67 | 526 | 127 | 30 |
| Binary | 1110011 | 1000 | 101000 | 0 | 1011101 | 1000001 | 110111 | 101010110 | 1010111 | 11000 |
Color Harmonies of #730828
Complementary color
Monochromatic Colors of #730828
Black with #730828
Text Example
Text Example
White with #730828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730828; }
p { color: rgb(115,8,40); }
H1.HeaderClassName
{
color: #730828;
}
.AnyTagClassName
{
color: #730828;
}
</style>
background-color css
<style>
a { background-color: #730828; }
a { background-color: rgb(115,8,40); }
div.DivClassName
{
background-color: #730828;
}
.BgClassName
{
background-color: #730828;
}
</style>
border-color css
<style>
span { border-color: #730828; }
span { border-color: rgb(115,8,40); }
td.TdClassName
{
border-color: #730828;
}
.TagClassName
{
border-color: #730828;
}
</style>