Shades of Burgundy #74001F
Tints of Burgundy #74001F
RGB
CMYK
RGB Variations
Color information
#74001F (or 0x74001F) is known color: Burgundy. HEX triplet: 74, 00 and 1F. RGB value is (116,0,31). Sum of RGB (Red+Green+Blue) = 116+0+31=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #74001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74001F is #8BFFE0. Grayscale: #262626. Windows color (decimal): -9175009 or 2031732. OLE color: 2031732.
HSL color Cylindrical-coordinate representation of color #74001F: hue angle of 343.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74001F is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.73 | 0.55 |
| HSL | 343.97º | 1% | 0.23% | - |
| HSV(B) | 343.97º | 1% | 0.45% | - |
| XYZ | 7.45 | 3.81 | 1.64 | - |
| YUV | 38.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 31 | 0 | 1 | 0.73 | 0.55 | 343.97 | 1 | 0.23 |
| Hex | 74 | 0 | 1F | 0 | 64 | 49 | 37 | 158 | 64 | 17 |
| Octal | 164 | 0 | 37 | 0 | 144 | 111 | 67 | 530 | 144 | 27 |
| Binary | 1110100 | 0 | 11111 | 0 | 1100100 | 1001001 | 110111 | 101011000 | 1100100 | 10111 |
Color Harmonies of #74001F
Complementary color
Monochromatic Colors of #74001F
Black with #74001F
Text Example
Text Example
White with #74001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74001F; }
p { color: rgb(116,0,31); }
H1.HeaderClassName
{
color: #74001F;
}
.AnyTagClassName
{
color: #74001F;
}
</style>
background-color css
<style>
a { background-color: #74001F; }
a { background-color: rgb(116,0,31); }
div.DivClassName
{
background-color: #74001F;
}
.BgClassName
{
background-color: #74001F;
}
</style>
border-color css
<style>
span { border-color: #74001F; }
span { border-color: rgb(116,0,31); }
td.TdClassName
{
border-color: #74001F;
}
.TagClassName
{
border-color: #74001F;
}
</style>