Shades of Burgundy #74061B
Tints of Burgundy #74061B
RGB
CMYK
RGB Variations
Color information
#74061B (or 0x74061B) is known color: Burgundy. HEX triplet: 74, 06 and 1B. RGB value is (116,6,27). Sum of RGB (Red+Green+Blue) = 116+6+27=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #74061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74061B is #8BF9E4. Grayscale: #292929. Windows color (decimal): -9173477 or 1771124. OLE color: 1771124.
HSL color Cylindrical-coordinate representation of color #74061B: hue angle of 348.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74061B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 6 | 27 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.55 |
| HSL | 348.55º | 0.9% | 0.24% | - |
| HSV(B) | 348.55º | 0.95% | 0.45% | - |
| XYZ | 7.47 | 3.92 | 1.4 | - |
| YUV | 41.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 27 | 0 | 0.95 | 0.77 | 0.55 | 348.55 | 0.9 | 0.24 |
| Hex | 74 | 6 | 1B | 0 | 5F | 4D | 37 | 15D | 5A | 18 |
| Octal | 164 | 6 | 33 | 0 | 137 | 115 | 67 | 535 | 132 | 30 |
| Binary | 1110100 | 110 | 11011 | 0 | 1011111 | 1001101 | 110111 | 101011101 | 1011010 | 11000 |
Color Harmonies of #74061B
Complementary color
Monochromatic Colors of #74061B
Black with #74061B
Text Example
Text Example
White with #74061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74061B; }
p { color: rgb(116,6,27); }
H1.HeaderClassName
{
color: #74061B;
}
.AnyTagClassName
{
color: #74061B;
}
</style>
background-color css
<style>
a { background-color: #74061B; }
a { background-color: rgb(116,6,27); }
div.DivClassName
{
background-color: #74061B;
}
.BgClassName
{
background-color: #74061B;
}
</style>
border-color css
<style>
span { border-color: #74061B; }
span { border-color: rgb(116,6,27); }
td.TdClassName
{
border-color: #74061B;
}
.TagClassName
{
border-color: #74061B;
}
</style>