Shades of Maroon #740C00
Tints of Maroon #740C00
RGB
CMYK
RGB Variations
Color information
#740C00 (or 0x740C00) is known color: Maroon. HEX triplet: 74, 0C and 00. RGB value is (116,12,0). Sum of RGB (Red+Green+Blue) = 116+12+0=128 (16% of max value = 765). Red value is 116 (45.70% from 255 or 90.62% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 116 - color contains mainly: red. Hex color #740C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740C00 is #8BF3FF. Grayscale: #292929. Windows color (decimal): -9171968 or 3188. OLE color: 3188.
HSL color Cylindrical-coordinate representation of color #740C00: hue angle of 6.21º 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 #740C00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.55 |
| HSL | 6.21º | 1% | 0.23% | - |
| HSV(B) | 6.21º | 1% | 0.45% | - |
| XYZ | 7.33 | 3.98 | 0.38 | - |
| YUV | 41.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 0 | 0 | 0.90 | 1 | 0.55 | 6.21 | 1 | 0.23 |
| Hex | 74 | C | 0 | 0 | 5A | 64 | 37 | 6 | 64 | 17 |
| Octal | 164 | 14 | 0 | 0 | 132 | 144 | 67 | 6 | 144 | 27 |
| Binary | 1110100 | 1100 | 0 | 0 | 1011010 | 1100100 | 110111 | 110 | 1100100 | 10111 |
Color Harmonies of #740C00
Complementary color
Monochromatic Colors of #740C00
Black with #740C00
Text Example
Text Example
White with #740C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C00; }
p { color: rgb(116,12,0); }
H1.HeaderClassName
{
color: #740C00;
}
.AnyTagClassName
{
color: #740C00;
}
</style>
background-color css
<style>
a { background-color: #740C00; }
a { background-color: rgb(116,12,0); }
div.DivClassName
{
background-color: #740C00;
}
.BgClassName
{
background-color: #740C00;
}
</style>
border-color css
<style>
span { border-color: #740C00; }
span { border-color: rgb(116,12,0); }
td.TdClassName
{
border-color: #740C00;
}
.TagClassName
{
border-color: #740C00;
}
</style>