Shades of Burgundy #74090D
Tints of Burgundy #74090D
RGB
CMYK
RGB Variations
Color information
#74090D (or 0x74090D) is known color: Burgundy. HEX triplet: 74, 09 and 0D. RGB value is (116,9,13). Sum of RGB (Red+Green+Blue) = 116+9+13=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #74090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74090D is #8BF6F2. Grayscale: #292929. Windows color (decimal): -9172723 or 854388. OLE color: 854388.
HSL color Cylindrical-coordinate representation of color #74090D: hue angle of 357.76º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74090D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 13 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.55 |
| HSL | 357.76º | 0.86% | 0.25% | - |
| HSV(B) | 357.76º | 0.92% | 0.45% | - |
| XYZ | 7.37 | 3.94 | 0.75 | - |
| YUV | 41.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 13 | 0 | 0.92 | 0.89 | 0.55 | 357.76 | 0.86 | 0.25 |
| Hex | 74 | 9 | D | 0 | 5C | 59 | 37 | 166 | 56 | 19 |
| Octal | 164 | 11 | 15 | 0 | 134 | 131 | 67 | 546 | 126 | 31 |
| Binary | 1110100 | 1001 | 1101 | 0 | 1011100 | 1011001 | 110111 | 101100110 | 1010110 | 11001 |
Color Harmonies of #74090D
Complementary color
Monochromatic Colors of #74090D
Black with #74090D
Text Example
Text Example
White with #74090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74090D; }
p { color: rgb(116,9,13); }
H1.HeaderClassName
{
color: #74090D;
}
.AnyTagClassName
{
color: #74090D;
}
</style>
background-color css
<style>
a { background-color: #74090D; }
a { background-color: rgb(116,9,13); }
div.DivClassName
{
background-color: #74090D;
}
.BgClassName
{
background-color: #74090D;
}
</style>
border-color css
<style>
span { border-color: #74090D; }
span { border-color: rgb(116,9,13); }
td.TdClassName
{
border-color: #74090D;
}
.TagClassName
{
border-color: #74090D;
}
</style>