Shades of Burgundy #74012F
Tints of Burgundy #74012F
RGB
CMYK
RGB Variations
Color information
#74012F (or 0x74012F) is known color: Burgundy. HEX triplet: 74, 01 and 2F. RGB value is (116,1,47). Sum of RGB (Red+Green+Blue) = 116+1+47=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #74012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74012F is #8BFED0. Grayscale: #282828. Windows color (decimal): -9174737 or 3080564. OLE color: 3080564.
HSL color Cylindrical-coordinate representation of color #74012F: hue angle of 336º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74012F is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.55 |
| HSL | 336º | 0.98% | 0.23% | - |
| HSV(B) | 336º | 0.99% | 0.45% | - |
| XYZ | 7.73 | 3.94 | 3.04 | - |
| YUV | 40.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 47 | 0 | 0.99 | 0.59 | 0.55 | 336 | 0.98 | 0.23 |
| Hex | 74 | 1 | 2F | 0 | 63 | 3B | 37 | 150 | 62 | 17 |
| Octal | 164 | 1 | 57 | 0 | 143 | 73 | 67 | 520 | 142 | 27 |
| Binary | 1110100 | 1 | 101111 | 0 | 1100011 | 111011 | 110111 | 101010000 | 1100010 | 10111 |
Color Harmonies of #74012F
Complementary color
Monochromatic Colors of #74012F
Black with #74012F
Text Example
Text Example
White with #74012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74012F; }
p { color: rgb(116,1,47); }
H1.HeaderClassName
{
color: #74012F;
}
.AnyTagClassName
{
color: #74012F;
}
</style>
background-color css
<style>
a { background-color: #74012F; }
a { background-color: rgb(116,1,47); }
div.DivClassName
{
background-color: #74012F;
}
.BgClassName
{
background-color: #74012F;
}
</style>
border-color css
<style>
span { border-color: #74012F; }
span { border-color: rgb(116,1,47); }
td.TdClassName
{
border-color: #74012F;
}
.TagClassName
{
border-color: #74012F;
}
</style>