Shades of Burgundy #740912
Tints of Burgundy #740912
RGB
CMYK
RGB Variations
Color information
#740912 (or 0x740912) is known color: Burgundy. HEX triplet: 74, 09 and 12. RGB value is (116,9,18). Sum of RGB (Red+Green+Blue) = 116+9+18=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #740912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740912 is #8BF6ED. Grayscale: #2A2A2A. Windows color (decimal): -9172718 or 1182068. OLE color: 1182068.
HSL color Cylindrical-coordinate representation of color #740912: hue angle of 354.95º 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 #740912 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 18 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.55 |
| HSL | 354.95º | 0.86% | 0.25% | - |
| HSV(B) | 354.95º | 0.92% | 0.45% | - |
| XYZ | 7.41 | 3.95 | 0.94 | - |
| YUV | 42.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 18 | 0 | 0.92 | 0.84 | 0.55 | 354.95 | 0.86 | 0.25 |
| Hex | 74 | 9 | 12 | 0 | 5C | 54 | 37 | 163 | 56 | 19 |
| Octal | 164 | 11 | 22 | 0 | 134 | 124 | 67 | 543 | 126 | 31 |
| Binary | 1110100 | 1001 | 10010 | 0 | 1011100 | 1010100 | 110111 | 101100011 | 1010110 | 11001 |
Color Harmonies of #740912
Complementary color
Monochromatic Colors of #740912
Black with #740912
Text Example
Text Example
White with #740912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740912; }
p { color: rgb(116,9,18); }
H1.HeaderClassName
{
color: #740912;
}
.AnyTagClassName
{
color: #740912;
}
</style>
background-color css
<style>
a { background-color: #740912; }
a { background-color: rgb(116,9,18); }
div.DivClassName
{
background-color: #740912;
}
.BgClassName
{
background-color: #740912;
}
</style>
border-color css
<style>
span { border-color: #740912; }
span { border-color: rgb(116,9,18); }
td.TdClassName
{
border-color: #740912;
}
.TagClassName
{
border-color: #740912;
}
</style>