Shades of Burgundy #740B1A
Tints of Burgundy #740B1A
RGB
CMYK
RGB Variations
Color information
#740B1A (or 0x740B1A) is known color: Burgundy. HEX triplet: 74, 0B and 1A. RGB value is (116,11,26). Sum of RGB (Red+Green+Blue) = 116+11+26=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #740B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740B1A is #8BF4E5. Grayscale: #2C2C2C. Windows color (decimal): -9172198 or 1706868. OLE color: 1706868.
HSL color Cylindrical-coordinate representation of color #740B1A: hue angle of 351.43º 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 #740B1A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 11 | 26 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.55 |
| HSL | 351.43º | 0.83% | 0.25% | - |
| HSV(B) | 351.43º | 0.91% | 0.45% | - |
| XYZ | 7.51 | 4.03 | 1.36 | - |
| YUV | 44.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 26 | 0 | 0.91 | 0.78 | 0.55 | 351.43 | 0.83 | 0.25 |
| Hex | 74 | B | 1A | 0 | 5B | 4E | 37 | 15F | 53 | 19 |
| Octal | 164 | 13 | 32 | 0 | 133 | 116 | 67 | 537 | 123 | 31 |
| Binary | 1110100 | 1011 | 11010 | 0 | 1011011 | 1001110 | 110111 | 101011111 | 1010011 | 11001 |
Color Harmonies of #740B1A
Complementary color
Monochromatic Colors of #740B1A
Black with #740B1A
Text Example
Text Example
White with #740B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B1A; }
p { color: rgb(116,11,26); }
H1.HeaderClassName
{
color: #740B1A;
}
.AnyTagClassName
{
color: #740B1A;
}
</style>
background-color css
<style>
a { background-color: #740B1A; }
a { background-color: rgb(116,11,26); }
div.DivClassName
{
background-color: #740B1A;
}
.BgClassName
{
background-color: #740B1A;
}
</style>
border-color css
<style>
span { border-color: #740B1A; }
span { border-color: rgb(116,11,26); }
td.TdClassName
{
border-color: #740B1A;
}
.TagClassName
{
border-color: #740B1A;
}
</style>