Shades of Burgundy #74041B
Tints of Burgundy #74041B
RGB
CMYK
RGB Variations
Color information
#74041B (or 0x74041B) is known color: Burgundy. HEX triplet: 74, 04 and 1B. RGB value is (116,4,27). Sum of RGB (Red+Green+Blue) = 116+4+27=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #74041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74041B is #8BFBE4. Grayscale: #282828. Windows color (decimal): -9173989 or 1770612. OLE color: 1770612.
HSL color Cylindrical-coordinate representation of color #74041B: hue angle of 347.68º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74041B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 27 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.55 |
| HSL | 347.68º | 0.93% | 0.24% | - |
| HSV(B) | 347.68º | 0.97% | 0.45% | - |
| XYZ | 7.44 | 3.88 | 1.39 | - |
| YUV | 40.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 27 | 0 | 0.97 | 0.77 | 0.55 | 347.68 | 0.93 | 0.24 |
| Hex | 74 | 4 | 1B | 0 | 61 | 4D | 37 | 15C | 5D | 18 |
| Octal | 164 | 4 | 33 | 0 | 141 | 115 | 67 | 534 | 135 | 30 |
| Binary | 1110100 | 100 | 11011 | 0 | 1100001 | 1001101 | 110111 | 101011100 | 1011101 | 11000 |
Color Harmonies of #74041B
Complementary color
Monochromatic Colors of #74041B
Black with #74041B
Text Example
Text Example
White with #74041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74041B; }
p { color: rgb(116,4,27); }
H1.HeaderClassName
{
color: #74041B;
}
.AnyTagClassName
{
color: #74041B;
}
</style>
background-color css
<style>
a { background-color: #74041B; }
a { background-color: rgb(116,4,27); }
div.DivClassName
{
background-color: #74041B;
}
.BgClassName
{
background-color: #74041B;
}
</style>
border-color css
<style>
span { border-color: #74041B; }
span { border-color: rgb(116,4,27); }
td.TdClassName
{
border-color: #74041B;
}
.TagClassName
{
border-color: #74041B;
}
</style>