Shades of Burgundy #740C2D
Tints of Burgundy #740C2D
RGB
CMYK
RGB Variations
Color information
#740C2D (or 0x740C2D) is known color: Burgundy. HEX triplet: 74, 0C and 2D. RGB value is (116,12,45). Sum of RGB (Red+Green+Blue) = 116+12+45=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C2D is #8BF3D2. Grayscale: #2E2E2E. Windows color (decimal): -9171923 or 2952308. OLE color: 2952308.
HSL color Cylindrical-coordinate representation of color #740C2D: hue angle of 340.96º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C2D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 45 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.55 |
| HSL | 340.96º | 0.81% | 0.25% | - |
| HSV(B) | 340.96º | 0.9% | 0.45% | - |
| XYZ | 7.81 | 4.17 | 2.88 | - |
| YUV | 46.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 45 | 0 | 0.90 | 0.61 | 0.55 | 340.96 | 0.81 | 0.25 |
| Hex | 74 | C | 2D | 0 | 5A | 3D | 37 | 155 | 51 | 19 |
| Octal | 164 | 14 | 55 | 0 | 132 | 75 | 67 | 525 | 121 | 31 |
| Binary | 1110100 | 1100 | 101101 | 0 | 1011010 | 111101 | 110111 | 101010101 | 1010001 | 11001 |
Color Harmonies of #740C2D
Complementary color
Monochromatic Colors of #740C2D
Black with #740C2D
Text Example
Text Example
White with #740C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C2D; }
p { color: rgb(116,12,45); }
H1.HeaderClassName
{
color: #740C2D;
}
.AnyTagClassName
{
color: #740C2D;
}
</style>
background-color css
<style>
a { background-color: #740C2D; }
a { background-color: rgb(116,12,45); }
div.DivClassName
{
background-color: #740C2D;
}
.BgClassName
{
background-color: #740C2D;
}
</style>
border-color css
<style>
span { border-color: #740C2D; }
span { border-color: rgb(116,12,45); }
td.TdClassName
{
border-color: #740C2D;
}
.TagClassName
{
border-color: #740C2D;
}
</style>