Shades of Burgundy #73062A
Tints of Burgundy #73062A
RGB
CMYK
RGB Variations
Color information
#73062A (or 0x73062A) is known color: Burgundy. HEX triplet: 73, 06 and 2A. RGB value is (115,6,42). Sum of RGB (Red+Green+Blue) = 115+6+42=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73062A is #8CF9D5. Grayscale: #2A2A2A. Windows color (decimal): -9238998 or 2754163. OLE color: 2754163.
HSL color Cylindrical-coordinate representation of color #73062A: hue angle of 340.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73062A is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 42 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.55 |
| HSL | 340.18º | 0.9% | 0.24% | - |
| HSV(B) | 340.18º | 0.95% | 0.45% | - |
| XYZ | 7.55 | 3.94 | 2.55 | - |
| YUV | 42.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 42 | 0 | 0.95 | 0.63 | 0.55 | 340.18 | 0.9 | 0.24 |
| Hex | 73 | 6 | 2A | 0 | 5F | 3F | 37 | 154 | 5A | 18 |
| Octal | 163 | 6 | 52 | 0 | 137 | 77 | 67 | 524 | 132 | 30 |
| Binary | 1110011 | 110 | 101010 | 0 | 1011111 | 111111 | 110111 | 101010100 | 1011010 | 11000 |
Color Harmonies of #73062A
Complementary color
Monochromatic Colors of #73062A
Black with #73062A
Text Example
Text Example
White with #73062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73062A; }
p { color: rgb(115,6,42); }
H1.HeaderClassName
{
color: #73062A;
}
.AnyTagClassName
{
color: #73062A;
}
</style>
background-color css
<style>
a { background-color: #73062A; }
a { background-color: rgb(115,6,42); }
div.DivClassName
{
background-color: #73062A;
}
.BgClassName
{
background-color: #73062A;
}
</style>
border-color css
<style>
span { border-color: #73062A; }
span { border-color: rgb(115,6,42); }
td.TdClassName
{
border-color: #73062A;
}
.TagClassName
{
border-color: #73062A;
}
</style>