Shades of Burgundy #7D030F
Tints of Burgundy #7D030F
RGB
CMYK
RGB Variations
Color information
#7D030F (or 0x7D030F) is known color: Burgundy. HEX triplet: 7D, 03 and 0F. RGB value is (125,3,15). Sum of RGB (Red+Green+Blue) = 125+3+15=143 (18% of max value = 765). Red value is 125 (49.22% from 255 or 87.41% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 125 - color contains mainly: red. Hex color #7D030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D030F is #82FCF0. Grayscale: #282828. Windows color (decimal): -8584433 or 983933. OLE color: 983933.
HSL color Cylindrical-coordinate representation of color #7D030F: hue angle of 354.1º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D030F is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.51 |
| HSL | 354.1º | 0.95% | 0.25% | - |
| HSV(B) | 354.1º | 0.98% | 0.49% | - |
| XYZ | 8.58 | 4.46 | 0.86 | - |
| YUV | 40.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 15 | 0 | 0.98 | 0.88 | 0.51 | 354.1 | 0.95 | 0.25 |
| Hex | 7D | 3 | F | 0 | 62 | 58 | 33 | 162 | 5F | 19 |
| Octal | 175 | 3 | 17 | 0 | 142 | 130 | 63 | 542 | 137 | 31 |
| Binary | 1111101 | 11 | 1111 | 0 | 1100010 | 1011000 | 110011 | 101100010 | 1011111 | 11001 |
Color Harmonies of #7D030F
Complementary color
Monochromatic Colors of #7D030F
Black with #7D030F
Text Example
Text Example
White with #7D030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D030F; }
p { color: rgb(125,3,15); }
H1.HeaderClassName
{
color: #7D030F;
}
.AnyTagClassName
{
color: #7D030F;
}
</style>
background-color css
<style>
a { background-color: #7D030F; }
a { background-color: rgb(125,3,15); }
div.DivClassName
{
background-color: #7D030F;
}
.BgClassName
{
background-color: #7D030F;
}
</style>
border-color css
<style>
span { border-color: #7D030F; }
span { border-color: rgb(125,3,15); }
td.TdClassName
{
border-color: #7D030F;
}
.TagClassName
{
border-color: #7D030F;
}
</style>