Shades of Burgundy #7D061C
Tints of Burgundy #7D061C
RGB
CMYK
RGB Variations
Color information
#7D061C (or 0x7D061C) is known color: Burgundy. HEX triplet: 7D, 06 and 1C. RGB value is (125,6,28). Sum of RGB (Red+Green+Blue) = 125+6+28=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D061C is #82F9E3. Grayscale: #2C2C2C. Windows color (decimal): -8583652 or 1836669. OLE color: 1836669.
HSL color Cylindrical-coordinate representation of color #7D061C: hue angle of 348.91º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D061C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 6 | 28 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.51 |
| HSL | 348.91º | 0.91% | 0.26% | - |
| HSV(B) | 348.91º | 0.95% | 0.49% | - |
| XYZ | 8.73 | 4.57 | 1.52 | - |
| YUV | 44.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 6 | 28 | 0 | 0.95 | 0.78 | 0.51 | 348.91 | 0.91 | 0.26 |
| Hex | 7D | 6 | 1C | 0 | 5F | 4E | 33 | 15D | 5B | 1A |
| Octal | 175 | 6 | 34 | 0 | 137 | 116 | 63 | 535 | 133 | 32 |
| Binary | 1111101 | 110 | 11100 | 0 | 1011111 | 1001110 | 110011 | 101011101 | 1011011 | 11010 |
Color Harmonies of #7D061C
Complementary color
Monochromatic Colors of #7D061C
Black with #7D061C
Text Example
Text Example
White with #7D061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D061C; }
p { color: rgb(125,6,28); }
H1.HeaderClassName
{
color: #7D061C;
}
.AnyTagClassName
{
color: #7D061C;
}
</style>
background-color css
<style>
a { background-color: #7D061C; }
a { background-color: rgb(125,6,28); }
div.DivClassName
{
background-color: #7D061C;
}
.BgClassName
{
background-color: #7D061C;
}
</style>
border-color css
<style>
span { border-color: #7D061C; }
span { border-color: rgb(125,6,28); }
td.TdClassName
{
border-color: #7D061C;
}
.TagClassName
{
border-color: #7D061C;
}
</style>