Shades of Burgundy #74051A
Tints of Burgundy #74051A
RGB
CMYK
RGB Variations
Color information
#74051A (or 0x74051A) is known color: Burgundy. HEX triplet: 74, 05 and 1A. RGB value is (116,5,26). Sum of RGB (Red+Green+Blue) = 116+5+26=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #74051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74051A is #8BFAE5. Grayscale: #282828. Windows color (decimal): -9173734 or 1705332. OLE color: 1705332.
HSL color Cylindrical-coordinate representation of color #74051A: hue angle of 348.65º 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 #74051A is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 26 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.55 |
| HSL | 348.65º | 0.92% | 0.24% | - |
| HSV(B) | 348.65º | 0.96% | 0.45% | - |
| XYZ | 7.44 | 3.9 | 1.34 | - |
| YUV | 40.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 26 | 0 | 0.96 | 0.78 | 0.55 | 348.65 | 0.92 | 0.24 |
| Hex | 74 | 5 | 1A | 0 | 60 | 4E | 37 | 15D | 5C | 18 |
| Octal | 164 | 5 | 32 | 0 | 140 | 116 | 67 | 535 | 134 | 30 |
| Binary | 1110100 | 101 | 11010 | 0 | 1100000 | 1001110 | 110111 | 101011101 | 1011100 | 11000 |
Color Harmonies of #74051A
Complementary color
Monochromatic Colors of #74051A
Black with #74051A
Text Example
Text Example
White with #74051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74051A; }
p { color: rgb(116,5,26); }
H1.HeaderClassName
{
color: #74051A;
}
.AnyTagClassName
{
color: #74051A;
}
</style>
background-color css
<style>
a { background-color: #74051A; }
a { background-color: rgb(116,5,26); }
div.DivClassName
{
background-color: #74051A;
}
.BgClassName
{
background-color: #74051A;
}
</style>
border-color css
<style>
span { border-color: #74051A; }
span { border-color: rgb(116,5,26); }
td.TdClassName
{
border-color: #74051A;
}
.TagClassName
{
border-color: #74051A;
}
</style>