Shades of Burgundy #74071F
Tints of Burgundy #74071F
RGB
CMYK
RGB Variations
Color information
#74071F (or 0x74071F) is known color: Burgundy. HEX triplet: 74, 07 and 1F. RGB value is (116,7,31). Sum of RGB (Red+Green+Blue) = 116+7+31=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #74071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74071F is #8BF8E0. Grayscale: #2A2A2A. Windows color (decimal): -9173217 or 2033524. OLE color: 2033524.
HSL color Cylindrical-coordinate representation of color #74071F: hue angle of 346.79º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74071F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 31 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.55 |
| HSL | 346.79º | 0.89% | 0.24% | - |
| HSV(B) | 346.79º | 0.94% | 0.45% | - |
| XYZ | 7.53 | 3.96 | 1.66 | - |
| YUV | 42.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 31 | 0 | 0.94 | 0.73 | 0.55 | 346.79 | 0.89 | 0.24 |
| Hex | 74 | 7 | 1F | 0 | 5E | 49 | 37 | 15B | 59 | 18 |
| Octal | 164 | 7 | 37 | 0 | 136 | 111 | 67 | 533 | 131 | 30 |
| Binary | 1110100 | 111 | 11111 | 0 | 1011110 | 1001001 | 110111 | 101011011 | 1011001 | 11000 |
Color Harmonies of #74071F
Complementary color
Monochromatic Colors of #74071F
Black with #74071F
Text Example
Text Example
White with #74071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74071F; }
p { color: rgb(116,7,31); }
H1.HeaderClassName
{
color: #74071F;
}
.AnyTagClassName
{
color: #74071F;
}
</style>
background-color css
<style>
a { background-color: #74071F; }
a { background-color: rgb(116,7,31); }
div.DivClassName
{
background-color: #74071F;
}
.BgClassName
{
background-color: #74071F;
}
</style>
border-color css
<style>
span { border-color: #74071F; }
span { border-color: rgb(116,7,31); }
td.TdClassName
{
border-color: #74071F;
}
.TagClassName
{
border-color: #74071F;
}
</style>