Shades of Burgundy #74051E
Tints of Burgundy #74051E
RGB
CMYK
RGB Variations
Color information
#74051E (or 0x74051E) is known color: Burgundy. HEX triplet: 74, 05 and 1E. RGB value is (116,5,30). Sum of RGB (Red+Green+Blue) = 116+5+30=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #74051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74051E is #8BFAE1. Grayscale: #292929. Windows color (decimal): -9173730 or 1967476. OLE color: 1967476.
HSL color Cylindrical-coordinate representation of color #74051E: hue angle of 346.49º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74051E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.55 |
| HSL | 346.49º | 0.92% | 0.24% | - |
| HSV(B) | 346.49º | 0.96% | 0.45% | - |
| XYZ | 7.49 | 3.92 | 1.59 | - |
| YUV | 41.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 30 | 0 | 0.96 | 0.74 | 0.55 | 346.49 | 0.92 | 0.24 |
| Hex | 74 | 5 | 1E | 0 | 60 | 4A | 37 | 15A | 5C | 18 |
| Octal | 164 | 5 | 36 | 0 | 140 | 112 | 67 | 532 | 134 | 30 |
| Binary | 1110100 | 101 | 11110 | 0 | 1100000 | 1001010 | 110111 | 101011010 | 1011100 | 11000 |
Color Harmonies of #74051E
Complementary color
Monochromatic Colors of #74051E
Black with #74051E
Text Example
Text Example
White with #74051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74051E; }
p { color: rgb(116,5,30); }
H1.HeaderClassName
{
color: #74051E;
}
.AnyTagClassName
{
color: #74051E;
}
</style>
background-color css
<style>
a { background-color: #74051E; }
a { background-color: rgb(116,5,30); }
div.DivClassName
{
background-color: #74051E;
}
.BgClassName
{
background-color: #74051E;
}
</style>
border-color css
<style>
span { border-color: #74051E; }
span { border-color: rgb(116,5,30); }
td.TdClassName
{
border-color: #74051E;
}
.TagClassName
{
border-color: #74051E;
}
</style>