Shades of Burgundy #740213
Tints of Burgundy #740213
RGB
CMYK
RGB Variations
Color information
#740213 (or 0x740213) is known color: Burgundy. HEX triplet: 74, 02 and 13. RGB value is (116,2,19). Sum of RGB (Red+Green+Blue) = 116+2+19=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #740213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740213 is #8BFDEC. Grayscale: #262626. Windows color (decimal): -9174509 or 1245812. OLE color: 1245812.
HSL color Cylindrical-coordinate representation of color #740213: hue angle of 351.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740213 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 19 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.55 |
| HSL | 351.05º | 0.97% | 0.23% | - |
| HSV(B) | 351.05º | 0.98% | 0.45% | - |
| XYZ | 7.34 | 3.8 | 0.96 | - |
| YUV | 38.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 19 | 0 | 0.98 | 0.84 | 0.55 | 351.05 | 0.97 | 0.23 |
| Hex | 74 | 2 | 13 | 0 | 62 | 54 | 37 | 15F | 61 | 17 |
| Octal | 164 | 2 | 23 | 0 | 142 | 124 | 67 | 537 | 141 | 27 |
| Binary | 1110100 | 10 | 10011 | 0 | 1100010 | 1010100 | 110111 | 101011111 | 1100001 | 10111 |
Color Harmonies of #740213
Complementary color
Monochromatic Colors of #740213
Black with #740213
Text Example
Text Example
White with #740213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740213; }
p { color: rgb(116,2,19); }
H1.HeaderClassName
{
color: #740213;
}
.AnyTagClassName
{
color: #740213;
}
</style>
background-color css
<style>
a { background-color: #740213; }
a { background-color: rgb(116,2,19); }
div.DivClassName
{
background-color: #740213;
}
.BgClassName
{
background-color: #740213;
}
</style>
border-color css
<style>
span { border-color: #740213; }
span { border-color: rgb(116,2,19); }
td.TdClassName
{
border-color: #740213;
}
.TagClassName
{
border-color: #740213;
}
</style>