Shades of Maroon #740F08
Tints of Maroon #740F08
RGB
CMYK
RGB Variations
Color information
#740F08 (or 0x740F08) is known color: Maroon. HEX triplet: 74, 0F and 08. RGB value is (116,15,8). Sum of RGB (Red+Green+Blue) = 116+15+8=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740F08 is #8BF0F7. Grayscale: #2C2C2C. Windows color (decimal): -9171192 or 528244. OLE color: 528244.
HSL color Cylindrical-coordinate representation of color #740F08: hue angle of 3.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740F08 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 15 | 8 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.55 |
| HSL | 3.89º | 0.87% | 0.24% | - |
| HSV(B) | 3.89º | 0.93% | 0.45% | - |
| XYZ | 7.42 | 4.07 | 0.62 | - |
| YUV | 44.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 8 | 0 | 0.87 | 0.93 | 0.55 | 3.89 | 0.87 | 0.24 |
| Hex | 74 | F | 8 | 0 | 57 | 5D | 37 | 4 | 57 | 18 |
| Octal | 164 | 17 | 10 | 0 | 127 | 135 | 67 | 4 | 127 | 30 |
| Binary | 1110100 | 1111 | 1000 | 0 | 1010111 | 1011101 | 110111 | 100 | 1010111 | 11000 |
Color Harmonies of #740F08
Complementary color
Monochromatic Colors of #740F08
Black with #740F08
Text Example
Text Example
White with #740F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F08; }
p { color: rgb(116,15,8); }
H1.HeaderClassName
{
color: #740F08;
}
.AnyTagClassName
{
color: #740F08;
}
</style>
background-color css
<style>
a { background-color: #740F08; }
a { background-color: rgb(116,15,8); }
div.DivClassName
{
background-color: #740F08;
}
.BgClassName
{
background-color: #740F08;
}
</style>
border-color css
<style>
span { border-color: #740F08; }
span { border-color: rgb(116,15,8); }
td.TdClassName
{
border-color: #740F08;
}
.TagClassName
{
border-color: #740F08;
}
</style>