Shades of Maroon #740F07
Tints of Maroon #740F07
RGB
CMYK
RGB Variations
Color information
#740F07 (or 0x740F07) is known color: Maroon. HEX triplet: 74, 0F and 07. RGB value is (116,15,7). Sum of RGB (Red+Green+Blue) = 116+15+7=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #740F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740F07 is #8BF0F8. Grayscale: #2C2C2C. Windows color (decimal): -9171193 or 462708. OLE color: 462708.
HSL color Cylindrical-coordinate representation of color #740F07: hue angle of 4.4º 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 #740F07 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 7 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.55 |
| HSL | 4.4º | 0.89% | 0.24% | - |
| HSV(B) | 4.4º | 0.94% | 0.45% | - |
| XYZ | 7.41 | 4.07 | 0.6 | - |
| YUV | 44.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 7 | 0 | 0.87 | 0.94 | 0.55 | 4.4 | 0.89 | 0.24 |
| Hex | 74 | F | 7 | 0 | 57 | 5E | 37 | 4 | 59 | 18 |
| Octal | 164 | 17 | 7 | 0 | 127 | 136 | 67 | 4 | 131 | 30 |
| Binary | 1110100 | 1111 | 111 | 0 | 1010111 | 1011110 | 110111 | 100 | 1011001 | 11000 |
Color Harmonies of #740F07
Complementary color
Monochromatic Colors of #740F07
Black with #740F07
Text Example
Text Example
White with #740F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F07; }
p { color: rgb(116,15,7); }
H1.HeaderClassName
{
color: #740F07;
}
.AnyTagClassName
{
color: #740F07;
}
</style>
background-color css
<style>
a { background-color: #740F07; }
a { background-color: rgb(116,15,7); }
div.DivClassName
{
background-color: #740F07;
}
.BgClassName
{
background-color: #740F07;
}
</style>
border-color css
<style>
span { border-color: #740F07; }
span { border-color: rgb(116,15,7); }
td.TdClassName
{
border-color: #740F07;
}
.TagClassName
{
border-color: #740F07;
}
</style>