Shades of Burgundy #740C2B
Tints of Burgundy #740C2B
RGB
CMYK
RGB Variations
Color information
#740C2B (or 0x740C2B) is known color: Burgundy. HEX triplet: 74, 0C and 2B. RGB value is (116,12,43). Sum of RGB (Red+Green+Blue) = 116+12+43=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #740C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C2B is #8BF3D4. Grayscale: #2E2E2E. Windows color (decimal): -9171925 or 2821236. OLE color: 2821236.
HSL color Cylindrical-coordinate representation of color #740C2B: hue angle of 342.12º 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 #740C2B is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 43 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.55 |
| HSL | 342.12º | 0.81% | 0.25% | - |
| HSV(B) | 342.12º | 0.9% | 0.45% | - |
| XYZ | 7.77 | 4.15 | 2.68 | - |
| YUV | 46.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 43 | 0 | 0.90 | 0.63 | 0.55 | 342.12 | 0.81 | 0.25 |
| Hex | 74 | C | 2B | 0 | 5A | 3F | 37 | 156 | 51 | 19 |
| Octal | 164 | 14 | 53 | 0 | 132 | 77 | 67 | 526 | 121 | 31 |
| Binary | 1110100 | 1100 | 101011 | 0 | 1011010 | 111111 | 110111 | 101010110 | 1010001 | 11001 |
Color Harmonies of #740C2B
Complementary color
Monochromatic Colors of #740C2B
Black with #740C2B
Text Example
Text Example
White with #740C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C2B; }
p { color: rgb(116,12,43); }
H1.HeaderClassName
{
color: #740C2B;
}
.AnyTagClassName
{
color: #740C2B;
}
</style>
background-color css
<style>
a { background-color: #740C2B; }
a { background-color: rgb(116,12,43); }
div.DivClassName
{
background-color: #740C2B;
}
.BgClassName
{
background-color: #740C2B;
}
</style>
border-color css
<style>
span { border-color: #740C2B; }
span { border-color: rgb(116,12,43); }
td.TdClassName
{
border-color: #740C2B;
}
.TagClassName
{
border-color: #740C2B;
}
</style>