Shades of Burgundy #740D2B
Tints of Burgundy #740D2B
RGB
CMYK
RGB Variations
Color information
#740D2B (or 0x740D2B) is known color: Burgundy. HEX triplet: 74, 0D and 2B. RGB value is (116,13,43). Sum of RGB (Red+Green+Blue) = 116+13+43=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #740D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D2B is #8BF2D4. Grayscale: #2F2F2F. Windows color (decimal): -9171669 or 2821492. OLE color: 2821492.
HSL color Cylindrical-coordinate representation of color #740D2B: hue angle of 342.52º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D2B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 43 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.55 |
| HSL | 342.52º | 0.8% | 0.25% | - |
| HSV(B) | 342.52º | 0.89% | 0.45% | - |
| XYZ | 7.78 | 4.18 | 2.68 | - |
| YUV | 47.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 43 | 0 | 0.89 | 0.63 | 0.55 | 342.52 | 0.8 | 0.25 |
| Hex | 74 | D | 2B | 0 | 59 | 3F | 37 | 157 | 50 | 19 |
| Octal | 164 | 15 | 53 | 0 | 131 | 77 | 67 | 527 | 120 | 31 |
| Binary | 1110100 | 1101 | 101011 | 0 | 1011001 | 111111 | 110111 | 101010111 | 1010000 | 11001 |
Color Harmonies of #740D2B
Complementary color
Monochromatic Colors of #740D2B
Black with #740D2B
Text Example
Text Example
White with #740D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D2B; }
p { color: rgb(116,13,43); }
H1.HeaderClassName
{
color: #740D2B;
}
.AnyTagClassName
{
color: #740D2B;
}
</style>
background-color css
<style>
a { background-color: #740D2B; }
a { background-color: rgb(116,13,43); }
div.DivClassName
{
background-color: #740D2B;
}
.BgClassName
{
background-color: #740D2B;
}
</style>
border-color css
<style>
span { border-color: #740D2B; }
span { border-color: rgb(116,13,43); }
td.TdClassName
{
border-color: #740D2B;
}
.TagClassName
{
border-color: #740D2B;
}
</style>