Shades of Burgundy #74020D
Tints of Burgundy #74020D
RGB
CMYK
RGB Variations
Color information
#74020D (or 0x74020D) is known color: Burgundy. HEX triplet: 74, 02 and 0D. RGB value is (116,2,13). Sum of RGB (Red+Green+Blue) = 116+2+13=131 (17% of max value = 765). Red value is 116 (45.70% from 255 or 88.55% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 116 - color contains mainly: red. Hex color #74020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74020D is #8BFDF2. Grayscale: #252525. Windows color (decimal): -9174515 or 852596. OLE color: 852596.
HSL color Cylindrical-coordinate representation of color #74020D: hue angle of 354.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74020D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.55 |
| HSL | 354.21º | 0.97% | 0.23% | - |
| HSV(B) | 354.21º | 0.98% | 0.45% | - |
| XYZ | 7.3 | 3.79 | 0.73 | - |
| YUV | 37.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 13 | 0 | 0.98 | 0.89 | 0.55 | 354.21 | 0.97 | 0.23 |
| Hex | 74 | 2 | D | 0 | 62 | 59 | 37 | 162 | 61 | 17 |
| Octal | 164 | 2 | 15 | 0 | 142 | 131 | 67 | 542 | 141 | 27 |
| Binary | 1110100 | 10 | 1101 | 0 | 1100010 | 1011001 | 110111 | 101100010 | 1100001 | 10111 |
Color Harmonies of #74020D
Complementary color
Monochromatic Colors of #74020D
Black with #74020D
Text Example
Text Example
White with #74020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74020D; }
p { color: rgb(116,2,13); }
H1.HeaderClassName
{
color: #74020D;
}
.AnyTagClassName
{
color: #74020D;
}
</style>
background-color css
<style>
a { background-color: #74020D; }
a { background-color: rgb(116,2,13); }
div.DivClassName
{
background-color: #74020D;
}
.BgClassName
{
background-color: #74020D;
}
</style>
border-color css
<style>
span { border-color: #74020D; }
span { border-color: rgb(116,2,13); }
td.TdClassName
{
border-color: #74020D;
}
.TagClassName
{
border-color: #74020D;
}
</style>