Shades of Burgundy #740128
Tints of Burgundy #740128
RGB
CMYK
RGB Variations
Color information
#740128 (or 0x740128) is known color: Burgundy. HEX triplet: 74, 01 and 28. RGB value is (116,1,40). Sum of RGB (Red+Green+Blue) = 116+1+40=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #740128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740128 is #8BFED7. Grayscale: #272727. Windows color (decimal): -9174744 or 2621812. OLE color: 2621812.
HSL color Cylindrical-coordinate representation of color #740128: hue angle of 339.65º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740128 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.55 |
| HSL | 339.65º | 0.98% | 0.23% | - |
| HSV(B) | 339.65º | 0.99% | 0.45% | - |
| XYZ | 7.6 | 3.89 | 2.36 | - |
| YUV | 39.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 40 | 0 | 0.99 | 0.66 | 0.55 | 339.65 | 0.98 | 0.23 |
| Hex | 74 | 1 | 28 | 0 | 63 | 42 | 37 | 154 | 62 | 17 |
| Octal | 164 | 1 | 50 | 0 | 143 | 102 | 67 | 524 | 142 | 27 |
| Binary | 1110100 | 1 | 101000 | 0 | 1100011 | 1000010 | 110111 | 101010100 | 1100010 | 10111 |
Color Harmonies of #740128
Complementary color
Monochromatic Colors of #740128
Black with #740128
Text Example
Text Example
White with #740128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740128; }
p { color: rgb(116,1,40); }
H1.HeaderClassName
{
color: #740128;
}
.AnyTagClassName
{
color: #740128;
}
</style>
background-color css
<style>
a { background-color: #740128; }
a { background-color: rgb(116,1,40); }
div.DivClassName
{
background-color: #740128;
}
.BgClassName
{
background-color: #740128;
}
</style>
border-color css
<style>
span { border-color: #740128; }
span { border-color: rgb(116,1,40); }
td.TdClassName
{
border-color: #740128;
}
.TagClassName
{
border-color: #740128;
}
</style>