Shades of Burgundy #7D101B
Tints of Burgundy #7D101B
RGB
CMYK
RGB Variations
Color information
#7D101B (or 0x7D101B) is known color: Burgundy. HEX triplet: 7D, 10 and 1B. RGB value is (125,16,27). Sum of RGB (Red+Green+Blue) = 125+16+27=168 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.40% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 125 - color contains mainly: red. Hex color #7D101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D101B is #82EFE4. Grayscale: #313131. Windows color (decimal): -8581093 or 1773693. OLE color: 1773693.
HSL color Cylindrical-coordinate representation of color #7D101B: hue angle of 353.94º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D101B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 27 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.51 |
| HSL | 353.94º | 0.77% | 0.28% | - |
| HSV(B) | 353.94º | 0.87% | 0.49% | - |
| XYZ | 8.84 | 4.81 | 1.5 | - |
| YUV | 49.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 27 | 0 | 0.87 | 0.78 | 0.51 | 353.94 | 0.77 | 0.28 |
| Hex | 7D | 10 | 1B | 0 | 57 | 4E | 33 | 162 | 4D | 1C |
| Octal | 175 | 20 | 33 | 0 | 127 | 116 | 63 | 542 | 115 | 34 |
| Binary | 1111101 | 10000 | 11011 | 0 | 1010111 | 1001110 | 110011 | 101100010 | 1001101 | 11100 |
Color Harmonies of #7D101B
Complementary color
Monochromatic Colors of #7D101B
Black with #7D101B
Text Example
Text Example
White with #7D101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D101B; }
p { color: rgb(125,16,27); }
H1.HeaderClassName
{
color: #7D101B;
}
.AnyTagClassName
{
color: #7D101B;
}
</style>
background-color css
<style>
a { background-color: #7D101B; }
a { background-color: rgb(125,16,27); }
div.DivClassName
{
background-color: #7D101B;
}
.BgClassName
{
background-color: #7D101B;
}
</style>
border-color css
<style>
span { border-color: #7D101B; }
span { border-color: rgb(125,16,27); }
td.TdClassName
{
border-color: #7D101B;
}
.TagClassName
{
border-color: #7D101B;
}
</style>