Shades of Burgundy #740A2D
Tints of Burgundy #740A2D
RGB
CMYK
RGB Variations
Color information
#740A2D (or 0x740A2D) is known color: Burgundy. HEX triplet: 74, 0A and 2D. RGB value is (116,10,45). Sum of RGB (Red+Green+Blue) = 116+10+45=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #740A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A2D is #8BF5D2. Grayscale: #2D2D2D. Windows color (decimal): -9172435 or 2951796. OLE color: 2951796.
HSL color Cylindrical-coordinate representation of color #740A2D: hue angle of 340.19º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A2D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 45 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.55 |
| HSL | 340.19º | 0.84% | 0.25% | - |
| HSV(B) | 340.19º | 0.91% | 0.45% | - |
| XYZ | 7.78 | 4.12 | 2.87 | - |
| YUV | 45.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 45 | 0 | 0.91 | 0.61 | 0.55 | 340.19 | 0.84 | 0.25 |
| Hex | 74 | A | 2D | 0 | 5B | 3D | 37 | 154 | 54 | 19 |
| Octal | 164 | 12 | 55 | 0 | 133 | 75 | 67 | 524 | 124 | 31 |
| Binary | 1110100 | 1010 | 101101 | 0 | 1011011 | 111101 | 110111 | 101010100 | 1010100 | 11001 |
Color Harmonies of #740A2D
Complementary color
Monochromatic Colors of #740A2D
Black with #740A2D
Text Example
Text Example
White with #740A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A2D; }
p { color: rgb(116,10,45); }
H1.HeaderClassName
{
color: #740A2D;
}
.AnyTagClassName
{
color: #740A2D;
}
</style>
background-color css
<style>
a { background-color: #740A2D; }
a { background-color: rgb(116,10,45); }
div.DivClassName
{
background-color: #740A2D;
}
.BgClassName
{
background-color: #740A2D;
}
</style>
border-color css
<style>
span { border-color: #740A2D; }
span { border-color: rgb(116,10,45); }
td.TdClassName
{
border-color: #740A2D;
}
.TagClassName
{
border-color: #740A2D;
}
</style>