Shades of Burgundy #74041F
Tints of Burgundy #74041F
RGB
CMYK
RGB Variations
Color information
#74041F (or 0x74041F) is known color: Burgundy. HEX triplet: 74, 04 and 1F. RGB value is (116,4,31). Sum of RGB (Red+Green+Blue) = 116+4+31=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #74041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74041F is #8BFBE0. Grayscale: #282828. Windows color (decimal): -9173985 or 2032756. OLE color: 2032756.
HSL color Cylindrical-coordinate representation of color #74041F: hue angle of 345.54º 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 #74041F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 31 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.55 |
| HSL | 345.54º | 0.93% | 0.24% | - |
| HSV(B) | 345.54º | 0.97% | 0.45% | - |
| XYZ | 7.49 | 3.9 | 1.65 | - |
| YUV | 40.57 | 122.61 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 31 | 0 | 0.97 | 0.73 | 0.55 | 345.54 | 0.93 | 0.24 |
| Hex | 74 | 4 | 1F | 0 | 61 | 49 | 37 | 15A | 5D | 18 |
| Octal | 164 | 4 | 37 | 0 | 141 | 111 | 67 | 532 | 135 | 30 |
| Binary | 1110100 | 100 | 11111 | 0 | 1100001 | 1001001 | 110111 | 101011010 | 1011101 | 11000 |
Color Harmonies of #74041F
Complementary color
Monochromatic Colors of #74041F
Black with #74041F
Text Example
Text Example
White with #74041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74041F; }
p { color: rgb(116,4,31); }
H1.HeaderClassName
{
color: #74041F;
}
.AnyTagClassName
{
color: #74041F;
}
</style>
background-color css
<style>
a { background-color: #74041F; }
a { background-color: rgb(116,4,31); }
div.DivClassName
{
background-color: #74041F;
}
.BgClassName
{
background-color: #74041F;
}
</style>
border-color css
<style>
span { border-color: #74041F; }
span { border-color: rgb(116,4,31); }
td.TdClassName
{
border-color: #74041F;
}
.TagClassName
{
border-color: #74041F;
}
</style>