Shades of Burgundy #740B11
Tints of Burgundy #740B11
RGB
CMYK
RGB Variations
Color information
#740B11 (or 0x740B11) is known color: Burgundy. HEX triplet: 74, 0B and 11. RGB value is (116,11,17). Sum of RGB (Red+Green+Blue) = 116+11+17=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #740B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740B11 is #8BF4EE. Grayscale: #2B2B2B. Windows color (decimal): -9172207 or 1117044. OLE color: 1117044.
HSL color Cylindrical-coordinate representation of color #740B11: hue angle of 356.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B11 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 11 | 17 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.55 |
| HSL | 356.57º | 0.83% | 0.25% | - |
| HSV(B) | 356.57º | 0.91% | 0.45% | - |
| XYZ | 7.42 | 3.99 | 0.91 | - |
| YUV | 43.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 17 | 0 | 0.91 | 0.85 | 0.55 | 356.57 | 0.83 | 0.25 |
| Hex | 74 | B | 11 | 0 | 5B | 55 | 37 | 165 | 53 | 19 |
| Octal | 164 | 13 | 21 | 0 | 133 | 125 | 67 | 545 | 123 | 31 |
| Binary | 1110100 | 1011 | 10001 | 0 | 1011011 | 1010101 | 110111 | 101100101 | 1010011 | 11001 |
Color Harmonies of #740B11
Complementary color
Monochromatic Colors of #740B11
Black with #740B11
Text Example
Text Example
White with #740B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B11; }
p { color: rgb(116,11,17); }
H1.HeaderClassName
{
color: #740B11;
}
.AnyTagClassName
{
color: #740B11;
}
</style>
background-color css
<style>
a { background-color: #740B11; }
a { background-color: rgb(116,11,17); }
div.DivClassName
{
background-color: #740B11;
}
.BgClassName
{
background-color: #740B11;
}
</style>
border-color css
<style>
span { border-color: #740B11; }
span { border-color: rgb(116,11,17); }
td.TdClassName
{
border-color: #740B11;
}
.TagClassName
{
border-color: #740B11;
}
</style>