Shades of Burgundy #7C0328
Tints of Burgundy #7C0328
RGB
CMYK
RGB Variations
Color information
#7C0328 (or 0x7C0328) is known color: Burgundy. HEX triplet: 7C, 03 and 28. RGB value is (124,3,40). Sum of RGB (Red+Green+Blue) = 124+3+40=167 (22% of max value = 765). Red value is 124 (48.83% from 255 or 74.25% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0328 is #83FCD7. Grayscale: #2B2B2B. Windows color (decimal): -8649944 or 2622332. OLE color: 2622332.
HSL color Cylindrical-coordinate representation of color #7C0328: hue angle of 341.65º 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 #7C0328 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.51 |
| HSL | 341.65º | 0.95% | 0.25% | - |
| HSV(B) | 341.65º | 0.98% | 0.49% | - |
| XYZ | 8.73 | 4.5 | 2.42 | - |
| YUV | 43.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 40 | 0 | 0.98 | 0.68 | 0.51 | 341.65 | 0.95 | 0.25 |
| Hex | 7C | 3 | 28 | 0 | 62 | 44 | 33 | 156 | 5F | 19 |
| Octal | 174 | 3 | 50 | 0 | 142 | 104 | 63 | 526 | 137 | 31 |
| Binary | 1111100 | 11 | 101000 | 0 | 1100010 | 1000100 | 110011 | 101010110 | 1011111 | 11001 |
Color Harmonies of #7C0328
Complementary color
Monochromatic Colors of #7C0328
Black with #7C0328
Text Example
Text Example
White with #7C0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0328; }
p { color: rgb(124,3,40); }
H1.HeaderClassName
{
color: #7C0328;
}
.AnyTagClassName
{
color: #7C0328;
}
</style>
background-color css
<style>
a { background-color: #7C0328; }
a { background-color: rgb(124,3,40); }
div.DivClassName
{
background-color: #7C0328;
}
.BgClassName
{
background-color: #7C0328;
}
</style>
border-color css
<style>
span { border-color: #7C0328; }
span { border-color: rgb(124,3,40); }
td.TdClassName
{
border-color: #7C0328;
}
.TagClassName
{
border-color: #7C0328;
}
</style>