Shades of Maroon #740C02
Tints of Maroon #740C02
RGB
CMYK
RGB Variations
Color information
#740C02 (or 0x740C02) is known color: Maroon. HEX triplet: 74, 0C and 02. RGB value is (116,12,2). Sum of RGB (Red+Green+Blue) = 116+12+2=130 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.23% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 116 - color contains mainly: red. Hex color #740C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740C02 is #8BF3FD. Grayscale: #2A2A2A. Windows color (decimal): -9171966 or 134260. OLE color: 134260.
HSL color Cylindrical-coordinate representation of color #740C02: hue angle of 5.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740C02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.55 |
| HSL | 5.26º | 0.97% | 0.23% | - |
| HSV(B) | 5.26º | 0.98% | 0.45% | - |
| XYZ | 7.34 | 3.98 | 0.44 | - |
| YUV | 41.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 2 | 0 | 0.90 | 0.98 | 0.55 | 5.26 | 0.97 | 0.23 |
| Hex | 74 | C | 2 | 0 | 5A | 62 | 37 | 5 | 61 | 17 |
| Octal | 164 | 14 | 2 | 0 | 132 | 142 | 67 | 5 | 141 | 27 |
| Binary | 1110100 | 1100 | 10 | 0 | 1011010 | 1100010 | 110111 | 101 | 1100001 | 10111 |
Color Harmonies of #740C02
Complementary color
Monochromatic Colors of #740C02
Black with #740C02
Text Example
Text Example
White with #740C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C02; }
p { color: rgb(116,12,2); }
H1.HeaderClassName
{
color: #740C02;
}
.AnyTagClassName
{
color: #740C02;
}
</style>
background-color css
<style>
a { background-color: #740C02; }
a { background-color: rgb(116,12,2); }
div.DivClassName
{
background-color: #740C02;
}
.BgClassName
{
background-color: #740C02;
}
</style>
border-color css
<style>
span { border-color: #740C02; }
span { border-color: rgb(116,12,2); }
td.TdClassName
{
border-color: #740C02;
}
.TagClassName
{
border-color: #740C02;
}
</style>