Shades of Burgundy #74030B
Tints of Burgundy #74030B
RGB
CMYK
RGB Variations
Color information
#74030B (or 0x74030B) is known color: Burgundy. HEX triplet: 74, 03 and 0B. RGB value is (116,3,11). Sum of RGB (Red+Green+Blue) = 116+3+11=130 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.23% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 116 - color contains mainly: red. Hex color #74030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74030B is #8BFCF4. Grayscale: #252525. Windows color (decimal): -9174261 or 721780. OLE color: 721780.
HSL color Cylindrical-coordinate representation of color #74030B: hue angle of 355.75º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74030B is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.55 |
| HSL | 355.75º | 0.95% | 0.23% | - |
| HSV(B) | 355.75º | 0.97% | 0.45% | - |
| XYZ | 7.3 | 3.8 | 0.67 | - |
| YUV | 37.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 11 | 0 | 0.97 | 0.91 | 0.55 | 355.75 | 0.95 | 0.23 |
| Hex | 74 | 3 | B | 0 | 61 | 5B | 37 | 164 | 5F | 17 |
| Octal | 164 | 3 | 13 | 0 | 141 | 133 | 67 | 544 | 137 | 27 |
| Binary | 1110100 | 11 | 1011 | 0 | 1100001 | 1011011 | 110111 | 101100100 | 1011111 | 10111 |
Color Harmonies of #74030B
Complementary color
Monochromatic Colors of #74030B
Black with #74030B
Text Example
Text Example
White with #74030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74030B; }
p { color: rgb(116,3,11); }
H1.HeaderClassName
{
color: #74030B;
}
.AnyTagClassName
{
color: #74030B;
}
</style>
background-color css
<style>
a { background-color: #74030B; }
a { background-color: rgb(116,3,11); }
div.DivClassName
{
background-color: #74030B;
}
.BgClassName
{
background-color: #74030B;
}
</style>
border-color css
<style>
span { border-color: #74030B; }
span { border-color: rgb(116,3,11); }
td.TdClassName
{
border-color: #74030B;
}
.TagClassName
{
border-color: #74030B;
}
</style>