Shades of Burgundy #7D0B1B
Tints of Burgundy #7D0B1B
RGB
CMYK
RGB Variations
Color information
#7D0B1B (or 0x7D0B1B) is known color: Burgundy. HEX triplet: 7D, 0B and 1B. RGB value is (125,11,27). Sum of RGB (Red+Green+Blue) = 125+11+27=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0B1B is #82F4E4. Grayscale: #2E2E2E. Windows color (decimal): -8582373 or 1772413. OLE color: 1772413.
HSL color Cylindrical-coordinate representation of color #7D0B1B: hue angle of 351.58º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0B1B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 27 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.51 |
| HSL | 351.58º | 0.84% | 0.27% | - |
| HSV(B) | 351.58º | 0.91% | 0.49% | - |
| XYZ | 8.77 | 4.68 | 1.48 | - |
| YUV | 46.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 27 | 0 | 0.91 | 0.78 | 0.51 | 351.58 | 0.84 | 0.27 |
| Hex | 7D | B | 1B | 0 | 5B | 4E | 33 | 160 | 54 | 1B |
| Octal | 175 | 13 | 33 | 0 | 133 | 116 | 63 | 540 | 124 | 33 |
| Binary | 1111101 | 1011 | 11011 | 0 | 1011011 | 1001110 | 110011 | 101100000 | 1010100 | 11011 |
Color Harmonies of #7D0B1B
Complementary color
Monochromatic Colors of #7D0B1B
Black with #7D0B1B
Text Example
Text Example
White with #7D0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B1B; }
p { color: rgb(125,11,27); }
H1.HeaderClassName
{
color: #7D0B1B;
}
.AnyTagClassName
{
color: #7D0B1B;
}
</style>
background-color css
<style>
a { background-color: #7D0B1B; }
a { background-color: rgb(125,11,27); }
div.DivClassName
{
background-color: #7D0B1B;
}
.BgClassName
{
background-color: #7D0B1B;
}
</style>
border-color css
<style>
span { border-color: #7D0B1B; }
span { border-color: rgb(125,11,27); }
td.TdClassName
{
border-color: #7D0B1B;
}
.TagClassName
{
border-color: #7D0B1B;
}
</style>