Shades of Burgundy #740A0D
Tints of Burgundy #740A0D
RGB
CMYK
RGB Variations
Color information
#740A0D (or 0x740A0D) is known color: Burgundy. HEX triplet: 74, 0A and 0D. RGB value is (116,10,13). Sum of RGB (Red+Green+Blue) = 116+10+13=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740A0D is #8BF5F2. Grayscale: #2A2A2A. Windows color (decimal): -9172467 or 854644. OLE color: 854644.
HSL color Cylindrical-coordinate representation of color #740A0D: hue angle of 358.3º degrees, saturation: 0.84, 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 #740A0D is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 13 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.55 |
| HSL | 358.3º | 0.84% | 0.25% | - |
| HSV(B) | 358.3º | 0.91% | 0.45% | - |
| XYZ | 7.38 | 3.96 | 0.76 | - |
| YUV | 42.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 13 | 0 | 0.91 | 0.89 | 0.55 | 358.3 | 0.84 | 0.25 |
| Hex | 74 | A | D | 0 | 5B | 59 | 37 | 166 | 54 | 19 |
| Octal | 164 | 12 | 15 | 0 | 133 | 131 | 67 | 546 | 124 | 31 |
| Binary | 1110100 | 1010 | 1101 | 0 | 1011011 | 1011001 | 110111 | 101100110 | 1010100 | 11001 |
Color Harmonies of #740A0D
Complementary color
Monochromatic Colors of #740A0D
Black with #740A0D
Text Example
Text Example
White with #740A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A0D; }
p { color: rgb(116,10,13); }
H1.HeaderClassName
{
color: #740A0D;
}
.AnyTagClassName
{
color: #740A0D;
}
</style>
background-color css
<style>
a { background-color: #740A0D; }
a { background-color: rgb(116,10,13); }
div.DivClassName
{
background-color: #740A0D;
}
.BgClassName
{
background-color: #740A0D;
}
</style>
border-color css
<style>
span { border-color: #740A0D; }
span { border-color: rgb(116,10,13); }
td.TdClassName
{
border-color: #740A0D;
}
.TagClassName
{
border-color: #740A0D;
}
</style>