Shades of Burgundy #740009
Tints of Burgundy #740009
RGB
CMYK
RGB Variations
Color information
#740009 (or 0x740009) is known color: Burgundy. HEX triplet: 74, 00 and 09. RGB value is (116,0,9). Sum of RGB (Red+Green+Blue) = 116+0+9=125 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 116 - color contains mainly: red. Hex color #740009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740009 is #8BFFF6. Grayscale: #232323. Windows color (decimal): -9175031 or 589940. OLE color: 589940.
HSL color Cylindrical-coordinate representation of color #740009: hue angle of 355.34º 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 #740009 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.92 | 0.55 |
| HSL | 355.34º | 1% | 0.23% | - |
| HSV(B) | 355.34º | 1% | 0.45% | - |
| XYZ | 7.25 | 3.73 | 0.6 | - |
| YUV | 35.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 9 | 0 | 1 | 0.92 | 0.55 | 355.34 | 1 | 0.23 |
| Hex | 74 | 0 | 9 | 0 | 64 | 5C | 37 | 163 | 64 | 17 |
| Octal | 164 | 0 | 11 | 0 | 144 | 134 | 67 | 543 | 144 | 27 |
| Binary | 1110100 | 0 | 1001 | 0 | 1100100 | 1011100 | 110111 | 101100011 | 1100100 | 10111 |
Color Harmonies of #740009
Complementary color
Monochromatic Colors of #740009
Black with #740009
Text Example
Text Example
White with #740009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740009; }
p { color: rgb(116,0,9); }
H1.HeaderClassName
{
color: #740009;
}
.AnyTagClassName
{
color: #740009;
}
</style>
background-color css
<style>
a { background-color: #740009; }
a { background-color: rgb(116,0,9); }
div.DivClassName
{
background-color: #740009;
}
.BgClassName
{
background-color: #740009;
}
</style>
border-color css
<style>
span { border-color: #740009; }
span { border-color: rgb(116,0,9); }
td.TdClassName
{
border-color: #740009;
}
.TagClassName
{
border-color: #740009;
}
</style>