Shades of Maroon #740C07
Tints of Maroon #740C07
RGB
CMYK
RGB Variations
Color information
#740C07 (or 0x740C07) is known color: Maroon. HEX triplet: 74, 0C and 07. RGB value is (116,12,7). Sum of RGB (Red+Green+Blue) = 116+12+7=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #740C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740C07 is #8BF3F8. Grayscale: #2A2A2A. Windows color (decimal): -9171961 or 461940. OLE color: 461940.
HSL color Cylindrical-coordinate representation of color #740C07: hue angle of 2.75º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740C07 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 7 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.55 |
| HSL | 2.75º | 0.89% | 0.24% | - |
| HSV(B) | 2.75º | 0.94% | 0.45% | - |
| XYZ | 7.37 | 3.99 | 0.58 | - |
| YUV | 42.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 7 | 0 | 0.90 | 0.94 | 0.55 | 2.75 | 0.89 | 0.24 |
| Hex | 74 | C | 7 | 0 | 5A | 5E | 37 | 3 | 59 | 18 |
| Octal | 164 | 14 | 7 | 0 | 132 | 136 | 67 | 3 | 131 | 30 |
| Binary | 1110100 | 1100 | 111 | 0 | 1011010 | 1011110 | 110111 | 11 | 1011001 | 11000 |
Color Harmonies of #740C07
Complementary color
Monochromatic Colors of #740C07
Black with #740C07
Text Example
Text Example
White with #740C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C07; }
p { color: rgb(116,12,7); }
H1.HeaderClassName
{
color: #740C07;
}
.AnyTagClassName
{
color: #740C07;
}
</style>
background-color css
<style>
a { background-color: #740C07; }
a { background-color: rgb(116,12,7); }
div.DivClassName
{
background-color: #740C07;
}
.BgClassName
{
background-color: #740C07;
}
</style>
border-color css
<style>
span { border-color: #740C07; }
span { border-color: rgb(116,12,7); }
td.TdClassName
{
border-color: #740C07;
}
.TagClassName
{
border-color: #740C07;
}
</style>