Shades of Burgundy #74071C
Tints of Burgundy #74071C
RGB
CMYK
RGB Variations
Color information
#74071C (or 0x74071C) is known color: Burgundy. HEX triplet: 74, 07 and 1C. RGB value is (116,7,28). Sum of RGB (Red+Green+Blue) = 116+7+28=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #74071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74071C is #8BF8E3. Grayscale: #2A2A2A. Windows color (decimal): -9173220 or 1836916. OLE color: 1836916.
HSL color Cylindrical-coordinate representation of color #74071C: hue angle of 348.44º 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 #74071C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 28 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.55 |
| HSL | 348.44º | 0.89% | 0.24% | - |
| HSV(B) | 348.44º | 0.94% | 0.45% | - |
| XYZ | 7.49 | 3.95 | 1.47 | - |
| YUV | 41.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 28 | 0 | 0.94 | 0.76 | 0.55 | 348.44 | 0.89 | 0.24 |
| Hex | 74 | 7 | 1C | 0 | 5E | 4C | 37 | 15C | 59 | 18 |
| Octal | 164 | 7 | 34 | 0 | 136 | 114 | 67 | 534 | 131 | 30 |
| Binary | 1110100 | 111 | 11100 | 0 | 1011110 | 1001100 | 110111 | 101011100 | 1011001 | 11000 |
Color Harmonies of #74071C
Complementary color
Monochromatic Colors of #74071C
Black with #74071C
Text Example
Text Example
White with #74071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74071C; }
p { color: rgb(116,7,28); }
H1.HeaderClassName
{
color: #74071C;
}
.AnyTagClassName
{
color: #74071C;
}
</style>
background-color css
<style>
a { background-color: #74071C; }
a { background-color: rgb(116,7,28); }
div.DivClassName
{
background-color: #74071C;
}
.BgClassName
{
background-color: #74071C;
}
</style>
border-color css
<style>
span { border-color: #74071C; }
span { border-color: rgb(116,7,28); }
td.TdClassName
{
border-color: #74071C;
}
.TagClassName
{
border-color: #74071C;
}
</style>