Shades of Burgundy #74072D
Tints of Burgundy #74072D
RGB
CMYK
RGB Variations
Color information
#74072D (or 0x74072D) is known color: Burgundy. HEX triplet: 74, 07 and 2D. RGB value is (116,7,45). Sum of RGB (Red+Green+Blue) = 116+7+45=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74072D is #8BF8D2. Grayscale: #2B2B2B. Windows color (decimal): -9173203 or 2951028. OLE color: 2951028.
HSL color Cylindrical-coordinate representation of color #74072D: hue angle of 339.08º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74072D is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 45 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.55 |
| HSL | 339.08º | 0.89% | 0.24% | - |
| HSV(B) | 339.08º | 0.94% | 0.45% | - |
| XYZ | 7.75 | 4.05 | 2.86 | - |
| YUV | 43.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 45 | 0 | 0.94 | 0.61 | 0.55 | 339.08 | 0.89 | 0.24 |
| Hex | 74 | 7 | 2D | 0 | 5E | 3D | 37 | 153 | 59 | 18 |
| Octal | 164 | 7 | 55 | 0 | 136 | 75 | 67 | 523 | 131 | 30 |
| Binary | 1110100 | 111 | 101101 | 0 | 1011110 | 111101 | 110111 | 101010011 | 1011001 | 11000 |
Color Harmonies of #74072D
Complementary color
Monochromatic Colors of #74072D
Black with #74072D
Text Example
Text Example
White with #74072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74072D; }
p { color: rgb(116,7,45); }
H1.HeaderClassName
{
color: #74072D;
}
.AnyTagClassName
{
color: #74072D;
}
</style>
background-color css
<style>
a { background-color: #74072D; }
a { background-color: rgb(116,7,45); }
div.DivClassName
{
background-color: #74072D;
}
.BgClassName
{
background-color: #74072D;
}
</style>
border-color css
<style>
span { border-color: #74072D; }
span { border-color: rgb(116,7,45); }
td.TdClassName
{
border-color: #74072D;
}
.TagClassName
{
border-color: #74072D;
}
</style>