Shades of Burgundy #740018
Tints of Burgundy #740018
RGB
CMYK
RGB Variations
Color information
#740018 (or 0x740018) is known color: Burgundy. HEX triplet: 74, 00 and 18. RGB value is (116,0,24). Sum of RGB (Red+Green+Blue) = 116+0+24=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #740018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740018 is #8BFFE7. Grayscale: #252525. Windows color (decimal): -9175016 or 1572980. OLE color: 1572980.
HSL color Cylindrical-coordinate representation of color #740018: hue angle of 347.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740018 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.79 | 0.55 |
| HSL | 347.59º | 1% | 0.23% | - |
| HSV(B) | 347.59º | 1% | 0.45% | - |
| XYZ | 7.37 | 3.78 | 1.21 | - |
| YUV | 37.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 24 | 0 | 1 | 0.79 | 0.55 | 347.59 | 1 | 0.23 |
| Hex | 74 | 0 | 18 | 0 | 64 | 4F | 37 | 15C | 64 | 17 |
| Octal | 164 | 0 | 30 | 0 | 144 | 117 | 67 | 534 | 144 | 27 |
| Binary | 1110100 | 0 | 11000 | 0 | 1100100 | 1001111 | 110111 | 101011100 | 1100100 | 10111 |
Color Harmonies of #740018
Complementary color
Monochromatic Colors of #740018
Black with #740018
Text Example
Text Example
White with #740018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740018; }
p { color: rgb(116,0,24); }
H1.HeaderClassName
{
color: #740018;
}
.AnyTagClassName
{
color: #740018;
}
</style>
background-color css
<style>
a { background-color: #740018; }
a { background-color: rgb(116,0,24); }
div.DivClassName
{
background-color: #740018;
}
.BgClassName
{
background-color: #740018;
}
</style>
border-color css
<style>
span { border-color: #740018; }
span { border-color: rgb(116,0,24); }
td.TdClassName
{
border-color: #740018;
}
.TagClassName
{
border-color: #740018;
}
</style>