Shades of Burgundy #740C24
Tints of Burgundy #740C24
RGB
CMYK
RGB Variations
Color information
#740C24 (or 0x740C24) is known color: Burgundy. HEX triplet: 74, 0C and 24. RGB value is (116,12,36). Sum of RGB (Red+Green+Blue) = 116+12+36=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #740C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C24 is #8BF3DB. Grayscale: #2D2D2D. Windows color (decimal): -9171932 or 2362484. OLE color: 2362484.
HSL color Cylindrical-coordinate representation of color #740C24: hue angle of 346.15º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C24 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 36 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.55 |
| HSL | 346.15º | 0.81% | 0.25% | - |
| HSV(B) | 346.15º | 0.9% | 0.45% | - |
| XYZ | 7.65 | 4.1 | 2.06 | - |
| YUV | 45.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 36 | 0 | 0.90 | 0.69 | 0.55 | 346.15 | 0.81 | 0.25 |
| Hex | 74 | C | 24 | 0 | 5A | 45 | 37 | 15A | 51 | 19 |
| Octal | 164 | 14 | 44 | 0 | 132 | 105 | 67 | 532 | 121 | 31 |
| Binary | 1110100 | 1100 | 100100 | 0 | 1011010 | 1000101 | 110111 | 101011010 | 1010001 | 11001 |
Color Harmonies of #740C24
Complementary color
Monochromatic Colors of #740C24
Black with #740C24
Text Example
Text Example
White with #740C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C24; }
p { color: rgb(116,12,36); }
H1.HeaderClassName
{
color: #740C24;
}
.AnyTagClassName
{
color: #740C24;
}
</style>
background-color css
<style>
a { background-color: #740C24; }
a { background-color: rgb(116,12,36); }
div.DivClassName
{
background-color: #740C24;
}
.BgClassName
{
background-color: #740C24;
}
</style>
border-color css
<style>
span { border-color: #740C24; }
span { border-color: rgb(116,12,36); }
td.TdClassName
{
border-color: #740C24;
}
.TagClassName
{
border-color: #740C24;
}
</style>