Shades of Burgundy #7A031F
Tints of Burgundy #7A031F
RGB
CMYK
RGB Variations
Color information
#7A031F (or 0x7A031F) is known color: Burgundy. HEX triplet: 7A, 03 and 1F. RGB value is (122,3,31). Sum of RGB (Red+Green+Blue) = 122+3+31=156 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.21% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 122 - color contains mainly: red. Hex color #7A031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A031F is #85FCE0. Grayscale: #292929. Windows color (decimal): -8781025 or 2032506. OLE color: 2032506.
HSL color Cylindrical-coordinate representation of color #7A031F: hue angle of 345.88º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A031F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.52 |
| HSL | 345.88º | 0.95% | 0.25% | - |
| HSV(B) | 345.88º | 0.98% | 0.48% | - |
| XYZ | 8.31 | 4.3 | 1.69 | - |
| YUV | 41.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 31 | 0 | 0.98 | 0.75 | 0.52 | 345.88 | 0.95 | 0.25 |
| Hex | 7A | 3 | 1F | 0 | 62 | 4B | 34 | 15A | 5F | 19 |
| Octal | 172 | 3 | 37 | 0 | 142 | 113 | 64 | 532 | 137 | 31 |
| Binary | 1111010 | 11 | 11111 | 0 | 1100010 | 1001011 | 110100 | 101011010 | 1011111 | 11001 |
Color Harmonies of #7A031F
Complementary color
Monochromatic Colors of #7A031F
Black with #7A031F
Text Example
Text Example
White with #7A031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A031F; }
p { color: rgb(122,3,31); }
H1.HeaderClassName
{
color: #7A031F;
}
.AnyTagClassName
{
color: #7A031F;
}
</style>
background-color css
<style>
a { background-color: #7A031F; }
a { background-color: rgb(122,3,31); }
div.DivClassName
{
background-color: #7A031F;
}
.BgClassName
{
background-color: #7A031F;
}
</style>
border-color css
<style>
span { border-color: #7A031F; }
span { border-color: rgb(122,3,31); }
td.TdClassName
{
border-color: #7A031F;
}
.TagClassName
{
border-color: #7A031F;
}
</style>