Shades of Burgundy #74000B
Tints of Burgundy #74000B
RGB
CMYK
RGB Variations
Color information
#74000B (or 0x74000B) is known color: Burgundy. HEX triplet: 74, 00 and 0B. RGB value is (116,0,11). Sum of RGB (Red+Green+Blue) = 116+0+11=127 (16% of max value = 765). Red value is 116 (45.70% from 255 or 91.34% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 116 - color contains mainly: red. Hex color #74000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74000B is #8BFFF4. Grayscale: #242424. Windows color (decimal): -9175029 or 721012. OLE color: 721012.
HSL color Cylindrical-coordinate representation of color #74000B: hue angle of 354.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74000B is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.91 | 0.55 |
| HSL | 354.31º | 1% | 0.23% | - |
| HSV(B) | 354.31º | 1% | 0.45% | - |
| XYZ | 7.26 | 3.74 | 0.66 | - |
| YUV | 35.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 11 | 0 | 1 | 0.91 | 0.55 | 354.31 | 1 | 0.23 |
| Hex | 74 | 0 | B | 0 | 64 | 5B | 37 | 162 | 64 | 17 |
| Octal | 164 | 0 | 13 | 0 | 144 | 133 | 67 | 542 | 144 | 27 |
| Binary | 1110100 | 0 | 1011 | 0 | 1100100 | 1011011 | 110111 | 101100010 | 1100100 | 10111 |
Color Harmonies of #74000B
Complementary color
Monochromatic Colors of #74000B
Black with #74000B
Text Example
Text Example
White with #74000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74000B; }
p { color: rgb(116,0,11); }
H1.HeaderClassName
{
color: #74000B;
}
.AnyTagClassName
{
color: #74000B;
}
</style>
background-color css
<style>
a { background-color: #74000B; }
a { background-color: rgb(116,0,11); }
div.DivClassName
{
background-color: #74000B;
}
.BgClassName
{
background-color: #74000B;
}
</style>
border-color css
<style>
span { border-color: #74000B; }
span { border-color: rgb(116,0,11); }
td.TdClassName
{
border-color: #74000B;
}
.TagClassName
{
border-color: #74000B;
}
</style>