Shades of Burgundy #7A101D
Tints of Burgundy #7A101D
RGB
CMYK
RGB Variations
Color information
#7A101D (or 0x7A101D) is known color: Burgundy. HEX triplet: 7A, 10 and 1D. RGB value is (122,16,29). Sum of RGB (Red+Green+Blue) = 122+16+29=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A101D is #85EFE2. Grayscale: #313131. Windows color (decimal): -8777699 or 1904762. OLE color: 1904762.
HSL color Cylindrical-coordinate representation of color #7A101D: hue angle of 352.64º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A101D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 29 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.52 |
| HSL | 352.64º | 0.77% | 0.27% | - |
| HSV(B) | 352.64º | 0.87% | 0.48% | - |
| XYZ | 8.43 | 4.6 | 1.61 | - |
| YUV | 49.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 29 | 0 | 0.87 | 0.76 | 0.52 | 352.64 | 0.77 | 0.27 |
| Hex | 7A | 10 | 1D | 0 | 57 | 4C | 34 | 161 | 4D | 1B |
| Octal | 172 | 20 | 35 | 0 | 127 | 114 | 64 | 541 | 115 | 33 |
| Binary | 1111010 | 10000 | 11101 | 0 | 1010111 | 1001100 | 110100 | 101100001 | 1001101 | 11011 |
Color Harmonies of #7A101D
Complementary color
Monochromatic Colors of #7A101D
Black with #7A101D
Text Example
Text Example
White with #7A101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A101D; }
p { color: rgb(122,16,29); }
H1.HeaderClassName
{
color: #7A101D;
}
.AnyTagClassName
{
color: #7A101D;
}
</style>
background-color css
<style>
a { background-color: #7A101D; }
a { background-color: rgb(122,16,29); }
div.DivClassName
{
background-color: #7A101D;
}
.BgClassName
{
background-color: #7A101D;
}
</style>
border-color css
<style>
span { border-color: #7A101D; }
span { border-color: rgb(122,16,29); }
td.TdClassName
{
border-color: #7A101D;
}
.TagClassName
{
border-color: #7A101D;
}
</style>