Shades of Burgundy #730228
Tints of Burgundy #730228
RGB
CMYK
RGB Variations
Color information
#730228 (or 0x730228) is known color: Burgundy. HEX triplet: 73, 02 and 28. RGB value is (115,2,40). Sum of RGB (Red+Green+Blue) = 115+2+40=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #730228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730228 is #8CFDD7. Grayscale: #282828. Windows color (decimal): -9240024 or 2622067. OLE color: 2622067.
HSL color Cylindrical-coordinate representation of color #730228: hue angle of 339.82º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730228 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.55 |
| HSL | 339.82º | 0.97% | 0.23% | - |
| HSV(B) | 339.82º | 0.98% | 0.45% | - |
| XYZ | 7.47 | 3.84 | 2.35 | - |
| YUV | 40.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 40 | 0 | 0.98 | 0.65 | 0.55 | 339.82 | 0.97 | 0.23 |
| Hex | 73 | 2 | 28 | 0 | 62 | 41 | 37 | 154 | 61 | 17 |
| Octal | 163 | 2 | 50 | 0 | 142 | 101 | 67 | 524 | 141 | 27 |
| Binary | 1110011 | 10 | 101000 | 0 | 1100010 | 1000001 | 110111 | 101010100 | 1100001 | 10111 |
Color Harmonies of #730228
Complementary color
Monochromatic Colors of #730228
Black with #730228
Text Example
Text Example
White with #730228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730228; }
p { color: rgb(115,2,40); }
H1.HeaderClassName
{
color: #730228;
}
.AnyTagClassName
{
color: #730228;
}
</style>
background-color css
<style>
a { background-color: #730228; }
a { background-color: rgb(115,2,40); }
div.DivClassName
{
background-color: #730228;
}
.BgClassName
{
background-color: #730228;
}
</style>
border-color css
<style>
span { border-color: #730228; }
span { border-color: rgb(115,2,40); }
td.TdClassName
{
border-color: #730228;
}
.TagClassName
{
border-color: #730228;
}
</style>