Shades of Burgundy #74040B
Tints of Burgundy #74040B
RGB
CMYK
RGB Variations
Color information
#74040B (or 0x74040B) is known color: Burgundy. HEX triplet: 74, 04 and 0B. RGB value is (116,4,11). Sum of RGB (Red+Green+Blue) = 116+4+11=131 (17% of max value = 765). Red value is 116 (45.70% from 255 or 88.55% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 116 - color contains mainly: red. Hex color #74040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74040B is #8BFBF4. Grayscale: #262626. Windows color (decimal): -9174005 or 722036. OLE color: 722036.
HSL color Cylindrical-coordinate representation of color #74040B: hue angle of 356.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74040B is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.55 |
| HSL | 356.25º | 0.93% | 0.24% | - |
| HSV(B) | 356.25º | 0.97% | 0.45% | - |
| XYZ | 7.31 | 3.82 | 0.67 | - |
| YUV | 38.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 11 | 0 | 0.97 | 0.91 | 0.55 | 356.25 | 0.93 | 0.24 |
| Hex | 74 | 4 | B | 0 | 61 | 5B | 37 | 164 | 5D | 18 |
| Octal | 164 | 4 | 13 | 0 | 141 | 133 | 67 | 544 | 135 | 30 |
| Binary | 1110100 | 100 | 1011 | 0 | 1100001 | 1011011 | 110111 | 101100100 | 1011101 | 11000 |
Color Harmonies of #74040B
Complementary color
Monochromatic Colors of #74040B
Black with #74040B
Text Example
Text Example
White with #74040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74040B; }
p { color: rgb(116,4,11); }
H1.HeaderClassName
{
color: #74040B;
}
.AnyTagClassName
{
color: #74040B;
}
</style>
background-color css
<style>
a { background-color: #74040B; }
a { background-color: rgb(116,4,11); }
div.DivClassName
{
background-color: #74040B;
}
.BgClassName
{
background-color: #74040B;
}
</style>
border-color css
<style>
span { border-color: #74040B; }
span { border-color: rgb(116,4,11); }
td.TdClassName
{
border-color: #74040B;
}
.TagClassName
{
border-color: #74040B;
}
</style>