Shades of Burgundy #7C0130
Tints of Burgundy #7C0130
RGB
CMYK
RGB Variations
Color information
#7C0130 (or 0x7C0130) is known color: Burgundy. HEX triplet: 7C, 01 and 30. RGB value is (124,1,48). Sum of RGB (Red+Green+Blue) = 124+1+48=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0130 is #83FECF. Grayscale: #2B2B2B. Windows color (decimal): -8650448 or 3146108. OLE color: 3146108.
HSL color Cylindrical-coordinate representation of color #7C0130: hue angle of 337.07º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0130 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.51 |
| HSL | 337.07º | 0.98% | 0.25% | - |
| HSV(B) | 337.07º | 0.99% | 0.49% | - |
| XYZ | 8.86 | 4.52 | 3.2 | - |
| YUV | 43.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 48 | 0 | 0.99 | 0.61 | 0.51 | 337.07 | 0.98 | 0.25 |
| Hex | 7C | 1 | 30 | 0 | 63 | 3D | 33 | 151 | 62 | 19 |
| Octal | 174 | 1 | 60 | 0 | 143 | 75 | 63 | 521 | 142 | 31 |
| Binary | 1111100 | 1 | 110000 | 0 | 1100011 | 111101 | 110011 | 101010001 | 1100010 | 11001 |
Color Harmonies of #7C0130
Complementary color
Monochromatic Colors of #7C0130
Black with #7C0130
Text Example
Text Example
White with #7C0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0130; }
p { color: rgb(124,1,48); }
H1.HeaderClassName
{
color: #7C0130;
}
.AnyTagClassName
{
color: #7C0130;
}
</style>
background-color css
<style>
a { background-color: #7C0130; }
a { background-color: rgb(124,1,48); }
div.DivClassName
{
background-color: #7C0130;
}
.BgClassName
{
background-color: #7C0130;
}
</style>
border-color css
<style>
span { border-color: #7C0130; }
span { border-color: rgb(124,1,48); }
td.TdClassName
{
border-color: #7C0130;
}
.TagClassName
{
border-color: #7C0130;
}
</style>