Shades of Burgundy #740314
Tints of Burgundy #740314
RGB
CMYK
RGB Variations
Color information
#740314 (or 0x740314) is known color: Burgundy. HEX triplet: 74, 03 and 14. RGB value is (116,3,20). Sum of RGB (Red+Green+Blue) = 116+3+20=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740314 is #8BFCEB. Grayscale: #262626. Windows color (decimal): -9174252 or 1311604. OLE color: 1311604.
HSL color Cylindrical-coordinate representation of color #740314: hue angle of 350.97º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740314 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 3 | 20 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.55 |
| HSL | 350.97º | 0.95% | 0.23% | - |
| HSV(B) | 350.97º | 0.97% | 0.45% | - |
| XYZ | 7.36 | 3.83 | 1.01 | - |
| YUV | 38.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 20 | 0 | 0.97 | 0.83 | 0.55 | 350.97 | 0.95 | 0.23 |
| Hex | 74 | 3 | 14 | 0 | 61 | 53 | 37 | 15F | 5F | 17 |
| Octal | 164 | 3 | 24 | 0 | 141 | 123 | 67 | 537 | 137 | 27 |
| Binary | 1110100 | 11 | 10100 | 0 | 1100001 | 1010011 | 110111 | 101011111 | 1011111 | 10111 |
Color Harmonies of #740314
Complementary color
Monochromatic Colors of #740314
Black with #740314
Text Example
Text Example
White with #740314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740314; }
p { color: rgb(116,3,20); }
H1.HeaderClassName
{
color: #740314;
}
.AnyTagClassName
{
color: #740314;
}
</style>
background-color css
<style>
a { background-color: #740314; }
a { background-color: rgb(116,3,20); }
div.DivClassName
{
background-color: #740314;
}
.BgClassName
{
background-color: #740314;
}
</style>
border-color css
<style>
span { border-color: #740314; }
span { border-color: rgb(116,3,20); }
td.TdClassName
{
border-color: #740314;
}
.TagClassName
{
border-color: #740314;
}
</style>