Shades of Burgundy #730A2A
Tints of Burgundy #730A2A
RGB
CMYK
RGB Variations
Color information
#730A2A (or 0x730A2A) is known color: Burgundy. HEX triplet: 73, 0A and 2A. RGB value is (115,10,42). Sum of RGB (Red+Green+Blue) = 115+10+42=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #730A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A2A is #8CF5D5. Grayscale: #2D2D2D. Windows color (decimal): -9237974 or 2755187. OLE color: 2755187.
HSL color Cylindrical-coordinate representation of color #730A2A: hue angle of 341.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A2A is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 42 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.55 |
| HSL | 341.71º | 0.84% | 0.25% | - |
| HSV(B) | 341.71º | 0.91% | 0.45% | - |
| XYZ | 7.6 | 4.03 | 2.57 | - |
| YUV | 45.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 42 | 0 | 0.91 | 0.63 | 0.55 | 341.71 | 0.84 | 0.25 |
| Hex | 73 | A | 2A | 0 | 5B | 3F | 37 | 156 | 54 | 19 |
| Octal | 163 | 12 | 52 | 0 | 133 | 77 | 67 | 526 | 124 | 31 |
| Binary | 1110011 | 1010 | 101010 | 0 | 1011011 | 111111 | 110111 | 101010110 | 1010100 | 11001 |
Color Harmonies of #730A2A
Complementary color
Monochromatic Colors of #730A2A
Black with #730A2A
Text Example
Text Example
White with #730A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A2A; }
p { color: rgb(115,10,42); }
H1.HeaderClassName
{
color: #730A2A;
}
.AnyTagClassName
{
color: #730A2A;
}
</style>
background-color css
<style>
a { background-color: #730A2A; }
a { background-color: rgb(115,10,42); }
div.DivClassName
{
background-color: #730A2A;
}
.BgClassName
{
background-color: #730A2A;
}
</style>
border-color css
<style>
span { border-color: #730A2A; }
span { border-color: rgb(115,10,42); }
td.TdClassName
{
border-color: #730A2A;
}
.TagClassName
{
border-color: #730A2A;
}
</style>