Shades of Burgundy #74042D
Tints of Burgundy #74042D
RGB
CMYK
RGB Variations
Color information
#74042D (or 0x74042D) is known color: Burgundy. HEX triplet: 74, 04 and 2D. RGB value is (116,4,45). Sum of RGB (Red+Green+Blue) = 116+4+45=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74042D is #8BFBD2. Grayscale: #2A2A2A. Windows color (decimal): -9173971 or 2950260. OLE color: 2950260.
HSL color Cylindrical-coordinate representation of color #74042D: hue angle of 338.04º 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 #74042D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 45 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.55 |
| HSL | 338.04º | 0.93% | 0.24% | - |
| HSV(B) | 338.04º | 0.97% | 0.45% | - |
| XYZ | 7.72 | 3.99 | 2.85 | - |
| YUV | 42.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 45 | 0 | 0.97 | 0.61 | 0.55 | 338.04 | 0.93 | 0.24 |
| Hex | 74 | 4 | 2D | 0 | 61 | 3D | 37 | 152 | 5D | 18 |
| Octal | 164 | 4 | 55 | 0 | 141 | 75 | 67 | 522 | 135 | 30 |
| Binary | 1110100 | 100 | 101101 | 0 | 1100001 | 111101 | 110111 | 101010010 | 1011101 | 11000 |
Color Harmonies of #74042D
Complementary color
Monochromatic Colors of #74042D
Black with #74042D
Text Example
Text Example
White with #74042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74042D; }
p { color: rgb(116,4,45); }
H1.HeaderClassName
{
color: #74042D;
}
.AnyTagClassName
{
color: #74042D;
}
</style>
background-color css
<style>
a { background-color: #74042D; }
a { background-color: rgb(116,4,45); }
div.DivClassName
{
background-color: #74042D;
}
.BgClassName
{
background-color: #74042D;
}
</style>
border-color css
<style>
span { border-color: #74042D; }
span { border-color: rgb(116,4,45); }
td.TdClassName
{
border-color: #74042D;
}
.TagClassName
{
border-color: #74042D;
}
</style>