Shades of Burgundy #740C2F
Tints of Burgundy #740C2F
RGB
CMYK
RGB Variations
Color information
#740C2F (or 0x740C2F) is known color: Burgundy. HEX triplet: 74, 0C and 2F. RGB value is (116,12,47). Sum of RGB (Red+Green+Blue) = 116+12+47=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #740C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C2F is #8BF3D0. Grayscale: #2F2F2F. Windows color (decimal): -9171921 or 3083380. OLE color: 3083380.
HSL color Cylindrical-coordinate representation of color #740C2F: hue angle of 339.81º 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 #740C2F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 47 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.55 |
| HSL | 339.81º | 0.81% | 0.25% | - |
| HSV(B) | 339.81º | 0.9% | 0.45% | - |
| XYZ | 7.85 | 4.18 | 3.08 | - |
| YUV | 47.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 47 | 0 | 0.90 | 0.59 | 0.55 | 339.81 | 0.81 | 0.25 |
| Hex | 74 | C | 2F | 0 | 5A | 3B | 37 | 154 | 51 | 19 |
| Octal | 164 | 14 | 57 | 0 | 132 | 73 | 67 | 524 | 121 | 31 |
| Binary | 1110100 | 1100 | 101111 | 0 | 1011010 | 111011 | 110111 | 101010100 | 1010001 | 11001 |
Color Harmonies of #740C2F
Complementary color
Monochromatic Colors of #740C2F
Black with #740C2F
Text Example
Text Example
White with #740C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C2F; }
p { color: rgb(116,12,47); }
H1.HeaderClassName
{
color: #740C2F;
}
.AnyTagClassName
{
color: #740C2F;
}
</style>
background-color css
<style>
a { background-color: #740C2F; }
a { background-color: rgb(116,12,47); }
div.DivClassName
{
background-color: #740C2F;
}
.BgClassName
{
background-color: #740C2F;
}
</style>
border-color css
<style>
span { border-color: #740C2F; }
span { border-color: rgb(116,12,47); }
td.TdClassName
{
border-color: #740C2F;
}
.TagClassName
{
border-color: #740C2F;
}
</style>