Shades of Burgundy #740C1F
Tints of Burgundy #740C1F
RGB
CMYK
RGB Variations
Color information
#740C1F (or 0x740C1F) is known color: Burgundy. HEX triplet: 74, 0C and 1F. RGB value is (116,12,31). Sum of RGB (Red+Green+Blue) = 116+12+31=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #740C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C1F is #8BF3E0. Grayscale: #2D2D2D. Windows color (decimal): -9171937 or 2034804. OLE color: 2034804.
HSL color Cylindrical-coordinate representation of color #740C1F: hue angle of 349.04º 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 #740C1F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 31 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.55 |
| HSL | 349.04º | 0.81% | 0.25% | - |
| HSV(B) | 349.04º | 0.9% | 0.45% | - |
| XYZ | 7.58 | 4.07 | 1.68 | - |
| YUV | 45.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 31 | 0 | 0.90 | 0.73 | 0.55 | 349.04 | 0.81 | 0.25 |
| Hex | 74 | C | 1F | 0 | 5A | 49 | 37 | 15D | 51 | 19 |
| Octal | 164 | 14 | 37 | 0 | 132 | 111 | 67 | 535 | 121 | 31 |
| Binary | 1110100 | 1100 | 11111 | 0 | 1011010 | 1001001 | 110111 | 101011101 | 1010001 | 11001 |
Color Harmonies of #740C1F
Complementary color
Monochromatic Colors of #740C1F
Black with #740C1F
Text Example
Text Example
White with #740C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C1F; }
p { color: rgb(116,12,31); }
H1.HeaderClassName
{
color: #740C1F;
}
.AnyTagClassName
{
color: #740C1F;
}
</style>
background-color css
<style>
a { background-color: #740C1F; }
a { background-color: rgb(116,12,31); }
div.DivClassName
{
background-color: #740C1F;
}
.BgClassName
{
background-color: #740C1F;
}
</style>
border-color css
<style>
span { border-color: #740C1F; }
span { border-color: rgb(116,12,31); }
td.TdClassName
{
border-color: #740C1F;
}
.TagClassName
{
border-color: #740C1F;
}
</style>