Shades of Burgundy #740926
Tints of Burgundy #740926
RGB
CMYK
RGB Variations
Color information
#740926 (or 0x740926) is known color: Burgundy. HEX triplet: 74, 09 and 26. RGB value is (116,9,38). Sum of RGB (Red+Green+Blue) = 116+9+38=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #740926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740926 is #8BF6D9. Grayscale: #2C2C2C. Windows color (decimal): -9172698 or 2492788. OLE color: 2492788.
HSL color Cylindrical-coordinate representation of color #740926: hue angle of 343.74º 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 #740926 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 38 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.55 |
| HSL | 343.74º | 0.86% | 0.25% | - |
| HSV(B) | 343.74º | 0.92% | 0.45% | - |
| XYZ | 7.65 | 4.05 | 2.21 | - |
| YUV | 44.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 38 | 0 | 0.92 | 0.67 | 0.55 | 343.74 | 0.86 | 0.25 |
| Hex | 74 | 9 | 26 | 0 | 5C | 43 | 37 | 158 | 56 | 19 |
| Octal | 164 | 11 | 46 | 0 | 134 | 103 | 67 | 530 | 126 | 31 |
| Binary | 1110100 | 1001 | 100110 | 0 | 1011100 | 1000011 | 110111 | 101011000 | 1010110 | 11001 |
Color Harmonies of #740926
Complementary color
Monochromatic Colors of #740926
Black with #740926
Text Example
Text Example
White with #740926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740926; }
p { color: rgb(116,9,38); }
H1.HeaderClassName
{
color: #740926;
}
.AnyTagClassName
{
color: #740926;
}
</style>
background-color css
<style>
a { background-color: #740926; }
a { background-color: rgb(116,9,38); }
div.DivClassName
{
background-color: #740926;
}
.BgClassName
{
background-color: #740926;
}
</style>
border-color css
<style>
span { border-color: #740926; }
span { border-color: rgb(116,9,38); }
td.TdClassName
{
border-color: #740926;
}
.TagClassName
{
border-color: #740926;
}
</style>