Shades of Burgundy #7C030F
Tints of Burgundy #7C030F
RGB
CMYK
RGB Variations
Color information
#7C030F (or 0x7C030F) is known color: Burgundy. HEX triplet: 7C, 03 and 0F. RGB value is (124,3,15). Sum of RGB (Red+Green+Blue) = 124+3+15=142 (18% of max value = 765). Red value is 124 (48.83% from 255 or 87.32% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 124 - color contains mainly: red. Hex color #7C030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C030F is #83FCF0. Grayscale: #282828. Windows color (decimal): -8649969 or 983932. OLE color: 983932.
HSL color Cylindrical-coordinate representation of color #7C030F: hue angle of 354.05º 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 #7C030F is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.51 |
| HSL | 354.05º | 0.95% | 0.25% | - |
| HSV(B) | 354.05º | 0.98% | 0.49% | - |
| XYZ | 8.43 | 4.38 | 0.85 | - |
| YUV | 40.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 15 | 0 | 0.98 | 0.88 | 0.51 | 354.05 | 0.95 | 0.25 |
| Hex | 7C | 3 | F | 0 | 62 | 58 | 33 | 162 | 5F | 19 |
| Octal | 174 | 3 | 17 | 0 | 142 | 130 | 63 | 542 | 137 | 31 |
| Binary | 1111100 | 11 | 1111 | 0 | 1100010 | 1011000 | 110011 | 101100010 | 1011111 | 11001 |
Color Harmonies of #7C030F
Complementary color
Monochromatic Colors of #7C030F
Black with #7C030F
Text Example
Text Example
White with #7C030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C030F; }
p { color: rgb(124,3,15); }
H1.HeaderClassName
{
color: #7C030F;
}
.AnyTagClassName
{
color: #7C030F;
}
</style>
background-color css
<style>
a { background-color: #7C030F; }
a { background-color: rgb(124,3,15); }
div.DivClassName
{
background-color: #7C030F;
}
.BgClassName
{
background-color: #7C030F;
}
</style>
border-color css
<style>
span { border-color: #7C030F; }
span { border-color: rgb(124,3,15); }
td.TdClassName
{
border-color: #7C030F;
}
.TagClassName
{
border-color: #7C030F;
}
</style>