Shades of Burgundy #7C032B
Tints of Burgundy #7C032B
RGB
CMYK
RGB Variations
Color information
#7C032B (or 0x7C032B) is known color: Burgundy. HEX triplet: 7C, 03 and 2B. RGB value is (124,3,43). Sum of RGB (Red+Green+Blue) = 124+3+43=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C032B is #83FCD4. Grayscale: #2B2B2B. Windows color (decimal): -8649941 or 2818940. OLE color: 2818940.
HSL color Cylindrical-coordinate representation of color #7C032B: hue angle of 340.17º 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 #7C032B is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.51 |
| HSL | 340.17º | 0.95% | 0.25% | - |
| HSV(B) | 340.17º | 0.98% | 0.49% | - |
| XYZ | 8.78 | 4.52 | 2.7 | - |
| YUV | 43.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 43 | 0 | 0.98 | 0.65 | 0.51 | 340.17 | 0.95 | 0.25 |
| Hex | 7C | 3 | 2B | 0 | 62 | 41 | 33 | 154 | 5F | 19 |
| Octal | 174 | 3 | 53 | 0 | 142 | 101 | 63 | 524 | 137 | 31 |
| Binary | 1111100 | 11 | 101011 | 0 | 1100010 | 1000001 | 110011 | 101010100 | 1011111 | 11001 |
Color Harmonies of #7C032B
Complementary color
Monochromatic Colors of #7C032B
Black with #7C032B
Text Example
Text Example
White with #7C032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C032B; }
p { color: rgb(124,3,43); }
H1.HeaderClassName
{
color: #7C032B;
}
.AnyTagClassName
{
color: #7C032B;
}
</style>
background-color css
<style>
a { background-color: #7C032B; }
a { background-color: rgb(124,3,43); }
div.DivClassName
{
background-color: #7C032B;
}
.BgClassName
{
background-color: #7C032B;
}
</style>
border-color css
<style>
span { border-color: #7C032B; }
span { border-color: rgb(124,3,43); }
td.TdClassName
{
border-color: #7C032B;
}
.TagClassName
{
border-color: #7C032B;
}
</style>