Shades of Burgundy #730D27
Tints of Burgundy #730D27
RGB
CMYK
RGB Variations
Color information
#730D27 (or 0x730D27) is known color: Burgundy. HEX triplet: 73, 0D and 27. RGB value is (115,13,39). Sum of RGB (Red+Green+Blue) = 115+13+39=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #730D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D27 is #8CF2D8. Grayscale: #2E2E2E. Windows color (decimal): -9237209 or 2559347. OLE color: 2559347.
HSL color Cylindrical-coordinate representation of color #730D27: hue angle of 344.71º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D27 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 39 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.55 |
| HSL | 344.71º | 0.8% | 0.25% | - |
| HSV(B) | 344.71º | 0.89% | 0.45% | - |
| XYZ | 7.58 | 4.08 | 2.31 | - |
| YUV | 46.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 39 | 0 | 0.89 | 0.66 | 0.55 | 344.71 | 0.8 | 0.25 |
| Hex | 73 | D | 27 | 0 | 59 | 42 | 37 | 159 | 50 | 19 |
| Octal | 163 | 15 | 47 | 0 | 131 | 102 | 67 | 531 | 120 | 31 |
| Binary | 1110011 | 1101 | 100111 | 0 | 1011001 | 1000010 | 110111 | 101011001 | 1010000 | 11001 |
Color Harmonies of #730D27
Complementary color
Monochromatic Colors of #730D27
Black with #730D27
Text Example
Text Example
White with #730D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D27; }
p { color: rgb(115,13,39); }
H1.HeaderClassName
{
color: #730D27;
}
.AnyTagClassName
{
color: #730D27;
}
</style>
background-color css
<style>
a { background-color: #730D27; }
a { background-color: rgb(115,13,39); }
div.DivClassName
{
background-color: #730D27;
}
.BgClassName
{
background-color: #730D27;
}
</style>
border-color css
<style>
span { border-color: #730D27; }
span { border-color: rgb(115,13,39); }
td.TdClassName
{
border-color: #730D27;
}
.TagClassName
{
border-color: #730D27;
}
</style>