Shades of Burgundy #740011
Tints of Burgundy #740011
RGB
CMYK
RGB Variations
Color information
#740011 (or 0x740011) is known color: Burgundy. HEX triplet: 74, 00 and 11. RGB value is (116,0,17). Sum of RGB (Red+Green+Blue) = 116+0+17=133 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.22% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 116 - color contains mainly: red. Hex color #740011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740011 is #8BFFEE. Grayscale: #242424. Windows color (decimal): -9175023 or 1114228. OLE color: 1114228.
HSL color Cylindrical-coordinate representation of color #740011: hue angle of 351.21º 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 #740011 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.85 | 0.55 |
| HSL | 351.21º | 1% | 0.23% | - |
| HSV(B) | 351.21º | 1% | 0.45% | - |
| XYZ | 7.3 | 3.75 | 0.87 | - |
| YUV | 36.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 17 | 0 | 1 | 0.85 | 0.55 | 351.21 | 1 | 0.23 |
| Hex | 74 | 0 | 11 | 0 | 64 | 55 | 37 | 15F | 64 | 17 |
| Octal | 164 | 0 | 21 | 0 | 144 | 125 | 67 | 537 | 144 | 27 |
| Binary | 1110100 | 0 | 10001 | 0 | 1100100 | 1010101 | 110111 | 101011111 | 1100100 | 10111 |
Color Harmonies of #740011
Complementary color
Monochromatic Colors of #740011
Black with #740011
Text Example
Text Example
White with #740011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740011; }
p { color: rgb(116,0,17); }
H1.HeaderClassName
{
color: #740011;
}
.AnyTagClassName
{
color: #740011;
}
</style>
background-color css
<style>
a { background-color: #740011; }
a { background-color: rgb(116,0,17); }
div.DivClassName
{
background-color: #740011;
}
.BgClassName
{
background-color: #740011;
}
</style>
border-color css
<style>
span { border-color: #740011; }
span { border-color: rgb(116,0,17); }
td.TdClassName
{
border-color: #740011;
}
.TagClassName
{
border-color: #740011;
}
</style>