Shades of Burgundy #74082D
Tints of Burgundy #74082D
RGB
CMYK
RGB Variations
Color information
#74082D (or 0x74082D) is known color: Burgundy. HEX triplet: 74, 08 and 2D. RGB value is (116,8,45). Sum of RGB (Red+Green+Blue) = 116+8+45=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #74082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74082D is #8BF7D2. Grayscale: #2C2C2C. Windows color (decimal): -9172947 or 2951284. OLE color: 2951284.
HSL color Cylindrical-coordinate representation of color #74082D: hue angle of 339.44º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74082D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 8 | 45 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.55 |
| HSL | 339.44º | 0.87% | 0.24% | - |
| HSV(B) | 339.44º | 0.93% | 0.45% | - |
| XYZ | 7.76 | 4.08 | 2.86 | - |
| YUV | 44.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 45 | 0 | 0.93 | 0.61 | 0.55 | 339.44 | 0.87 | 0.24 |
| Hex | 74 | 8 | 2D | 0 | 5D | 3D | 37 | 153 | 57 | 18 |
| Octal | 164 | 10 | 55 | 0 | 135 | 75 | 67 | 523 | 127 | 30 |
| Binary | 1110100 | 1000 | 101101 | 0 | 1011101 | 111101 | 110111 | 101010011 | 1010111 | 11000 |
Color Harmonies of #74082D
Complementary color
Monochromatic Colors of #74082D
Black with #74082D
Text Example
Text Example
White with #74082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74082D; }
p { color: rgb(116,8,45); }
H1.HeaderClassName
{
color: #74082D;
}
.AnyTagClassName
{
color: #74082D;
}
</style>
background-color css
<style>
a { background-color: #74082D; }
a { background-color: rgb(116,8,45); }
div.DivClassName
{
background-color: #74082D;
}
.BgClassName
{
background-color: #74082D;
}
</style>
border-color css
<style>
span { border-color: #74082D; }
span { border-color: rgb(116,8,45); }
td.TdClassName
{
border-color: #74082D;
}
.TagClassName
{
border-color: #74082D;
}
</style>