Shades of Burgundy #740928
Tints of Burgundy #740928
RGB
CMYK
RGB Variations
Color information
#740928 (or 0x740928) is known color: Burgundy. HEX triplet: 74, 09 and 28. RGB value is (116,9,40). Sum of RGB (Red+Green+Blue) = 116+9+40=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #740928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740928 is #8BF6D7. Grayscale: #2C2C2C. Windows color (decimal): -9172696 or 2623860. OLE color: 2623860.
HSL color Cylindrical-coordinate representation of color #740928: hue angle of 342.62º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740928 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 40 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.55 |
| HSL | 342.62º | 0.86% | 0.25% | - |
| HSV(B) | 342.62º | 0.92% | 0.45% | - |
| XYZ | 7.68 | 4.06 | 2.39 | - |
| YUV | 44.53 | 125.45 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 40 | 0 | 0.92 | 0.66 | 0.55 | 342.62 | 0.86 | 0.25 |
| Hex | 74 | 9 | 28 | 0 | 5C | 42 | 37 | 157 | 56 | 19 |
| Octal | 164 | 11 | 50 | 0 | 134 | 102 | 67 | 527 | 126 | 31 |
| Binary | 1110100 | 1001 | 101000 | 0 | 1011100 | 1000010 | 110111 | 101010111 | 1010110 | 11001 |
Color Harmonies of #740928
Complementary color
Monochromatic Colors of #740928
Black with #740928
Text Example
Text Example
White with #740928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740928; }
p { color: rgb(116,9,40); }
H1.HeaderClassName
{
color: #740928;
}
.AnyTagClassName
{
color: #740928;
}
</style>
background-color css
<style>
a { background-color: #740928; }
a { background-color: rgb(116,9,40); }
div.DivClassName
{
background-color: #740928;
}
.BgClassName
{
background-color: #740928;
}
</style>
border-color css
<style>
span { border-color: #740928; }
span { border-color: rgb(116,9,40); }
td.TdClassName
{
border-color: #740928;
}
.TagClassName
{
border-color: #740928;
}
</style>