Shades of Burgundy #740C0D
Tints of Burgundy #740C0D
RGB
CMYK
RGB Variations
Color information
#740C0D (or 0x740C0D) is known color: Burgundy. HEX triplet: 74, 0C and 0D. RGB value is (116,12,13). Sum of RGB (Red+Green+Blue) = 116+12+13=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #740C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740C0D is #8BF3F2. Grayscale: #2B2B2B. Windows color (decimal): -9171955 or 855156. OLE color: 855156.
HSL color Cylindrical-coordinate representation of color #740C0D: hue angle of 359.42º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C0D is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 13 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.55 |
| HSL | 359.42º | 0.81% | 0.25% | - |
| HSV(B) | 359.42º | 0.9% | 0.45% | - |
| XYZ | 7.41 | 4.01 | 0.76 | - |
| YUV | 43.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 13 | 0 | 0.90 | 0.89 | 0.55 | 359.42 | 0.81 | 0.25 |
| Hex | 74 | C | D | 0 | 5A | 59 | 37 | 167 | 51 | 19 |
| Octal | 164 | 14 | 15 | 0 | 132 | 131 | 67 | 547 | 121 | 31 |
| Binary | 1110100 | 1100 | 1101 | 0 | 1011010 | 1011001 | 110111 | 101100111 | 1010001 | 11001 |
Color Harmonies of #740C0D
Complementary color
Monochromatic Colors of #740C0D
Black with #740C0D
Text Example
Text Example
White with #740C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C0D; }
p { color: rgb(116,12,13); }
H1.HeaderClassName
{
color: #740C0D;
}
.AnyTagClassName
{
color: #740C0D;
}
</style>
background-color css
<style>
a { background-color: #740C0D; }
a { background-color: rgb(116,12,13); }
div.DivClassName
{
background-color: #740C0D;
}
.BgClassName
{
background-color: #740C0D;
}
</style>
border-color css
<style>
span { border-color: #740C0D; }
span { border-color: rgb(116,12,13); }
td.TdClassName
{
border-color: #740C0D;
}
.TagClassName
{
border-color: #740C0D;
}
</style>