Shades of Burgundy #73002A
Tints of Burgundy #73002A
RGB
CMYK
RGB Variations
Color information
#73002A (or 0x73002A) is known color: Burgundy. HEX triplet: 73, 00 and 2A. RGB value is (115,0,42). Sum of RGB (Red+Green+Blue) = 115+0+42=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #73002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73002A is #8CFFD5. Grayscale: #272727. Windows color (decimal): -9240534 or 2752627. OLE color: 2752627.
HSL color Cylindrical-coordinate representation of color #73002A: hue angle of 338.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73002A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.63 | 0.55 |
| HSL | 338.09º | 1% | 0.23% | - |
| HSV(B) | 338.09º | 1% | 0.45% | - |
| XYZ | 7.49 | 3.81 | 2.53 | - |
| YUV | 39.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 42 | 0 | 1 | 0.63 | 0.55 | 338.09 | 1 | 0.23 |
| Hex | 73 | 0 | 2A | 0 | 64 | 3F | 37 | 152 | 64 | 17 |
| Octal | 163 | 0 | 52 | 0 | 144 | 77 | 67 | 522 | 144 | 27 |
| Binary | 1110011 | 0 | 101010 | 0 | 1100100 | 111111 | 110111 | 101010010 | 1100100 | 10111 |
Color Harmonies of #73002A
Complementary color
Monochromatic Colors of #73002A
Black with #73002A
Text Example
Text Example
White with #73002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73002A; }
p { color: rgb(115,0,42); }
H1.HeaderClassName
{
color: #73002A;
}
.AnyTagClassName
{
color: #73002A;
}
</style>
background-color css
<style>
a { background-color: #73002A; }
a { background-color: rgb(115,0,42); }
div.DivClassName
{
background-color: #73002A;
}
.BgClassName
{
background-color: #73002A;
}
</style>
border-color css
<style>
span { border-color: #73002A; }
span { border-color: rgb(115,0,42); }
td.TdClassName
{
border-color: #73002A;
}
.TagClassName
{
border-color: #73002A;
}
</style>