Shades of Burgundy #7C000F
Tints of Burgundy #7C000F
RGB
CMYK
RGB Variations
Color information
#7C000F (or 0x7C000F) is known color: Burgundy. HEX triplet: 7C, 00 and 0F. RGB value is (124,0,15). Sum of RGB (Red+Green+Blue) = 124+0+15=139 (18% of max value = 765). Red value is 124 (48.83% from 255 or 89.21% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 124 - color contains mainly: red. Hex color #7C000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C000F is #83FFF0. Grayscale: #262626. Windows color (decimal): -8650737 or 983164. OLE color: 983164.
HSL color Cylindrical-coordinate representation of color #7C000F: hue angle of 352.74º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C000F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.88 | 0.51 |
| HSL | 352.74º | 1% | 0.24% | - |
| HSV(B) | 352.74º | 1% | 0.49% | - |
| XYZ | 8.4 | 4.32 | 0.84 | - |
| YUV | 38.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 15 | 0 | 1 | 0.88 | 0.51 | 352.74 | 1 | 0.24 |
| Hex | 7C | 0 | F | 0 | 64 | 58 | 33 | 161 | 64 | 18 |
| Octal | 174 | 0 | 17 | 0 | 144 | 130 | 63 | 541 | 144 | 30 |
| Binary | 1111100 | 0 | 1111 | 0 | 1100100 | 1011000 | 110011 | 101100001 | 1100100 | 11000 |
Color Harmonies of #7C000F
Complementary color
Monochromatic Colors of #7C000F
Black with #7C000F
Text Example
Text Example
White with #7C000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C000F; }
p { color: rgb(124,0,15); }
H1.HeaderClassName
{
color: #7C000F;
}
.AnyTagClassName
{
color: #7C000F;
}
</style>
background-color css
<style>
a { background-color: #7C000F; }
a { background-color: rgb(124,0,15); }
div.DivClassName
{
background-color: #7C000F;
}
.BgClassName
{
background-color: #7C000F;
}
</style>
border-color css
<style>
span { border-color: #7C000F; }
span { border-color: rgb(124,0,15); }
td.TdClassName
{
border-color: #7C000F;
}
.TagClassName
{
border-color: #7C000F;
}
</style>