Shades of Burgundy #740C21
Tints of Burgundy #740C21
RGB
CMYK
RGB Variations
Color information
#740C21 (or 0x740C21) is known color: Burgundy. HEX triplet: 74, 0C and 21. RGB value is (116,12,33). Sum of RGB (Red+Green+Blue) = 116+12+33=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #740C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C21 is #8BF3DE. Grayscale: #2D2D2D. Windows color (decimal): -9171935 or 2165876. OLE color: 2165876.
HSL color Cylindrical-coordinate representation of color #740C21: hue angle of 347.88º 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 #740C21 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 33 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.55 |
| HSL | 347.88º | 0.81% | 0.25% | - |
| HSV(B) | 347.88º | 0.9% | 0.45% | - |
| XYZ | 7.61 | 4.09 | 1.83 | - |
| YUV | 45.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 33 | 0 | 0.90 | 0.72 | 0.55 | 347.88 | 0.81 | 0.25 |
| Hex | 74 | C | 21 | 0 | 5A | 48 | 37 | 15C | 51 | 19 |
| Octal | 164 | 14 | 41 | 0 | 132 | 110 | 67 | 534 | 121 | 31 |
| Binary | 1110100 | 1100 | 100001 | 0 | 1011010 | 1001000 | 110111 | 101011100 | 1010001 | 11001 |
Color Harmonies of #740C21
Complementary color
Monochromatic Colors of #740C21
Black with #740C21
Text Example
Text Example
White with #740C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C21; }
p { color: rgb(116,12,33); }
H1.HeaderClassName
{
color: #740C21;
}
.AnyTagClassName
{
color: #740C21;
}
</style>
background-color css
<style>
a { background-color: #740C21; }
a { background-color: rgb(116,12,33); }
div.DivClassName
{
background-color: #740C21;
}
.BgClassName
{
background-color: #740C21;
}
</style>
border-color css
<style>
span { border-color: #740C21; }
span { border-color: rgb(116,12,33); }
td.TdClassName
{
border-color: #740C21;
}
.TagClassName
{
border-color: #740C21;
}
</style>