Shades of Maroon #740B05
Tints of Maroon #740B05
RGB
CMYK
RGB Variations
Color information
#740B05 (or 0x740B05) is known color: Maroon. HEX triplet: 74, 0B and 05. RGB value is (116,11,5). Sum of RGB (Red+Green+Blue) = 116+11+5=132 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.88% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 116 - color contains mainly: red. Hex color #740B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740B05 is #8BF4FA. Grayscale: #292929. Windows color (decimal): -9172219 or 330612. OLE color: 330612.
HSL color Cylindrical-coordinate representation of color #740B05: hue angle of 3.24º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740B05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 11 | 5 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.55 |
| HSL | 3.24º | 0.92% | 0.24% | - |
| HSV(B) | 3.24º | 0.96% | 0.45% | - |
| XYZ | 7.35 | 3.96 | 0.52 | - |
| YUV | 41.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 5 | 0 | 0.91 | 0.96 | 0.55 | 3.24 | 0.92 | 0.24 |
| Hex | 74 | B | 5 | 0 | 5B | 60 | 37 | 3 | 5C | 18 |
| Octal | 164 | 13 | 5 | 0 | 133 | 140 | 67 | 3 | 134 | 30 |
| Binary | 1110100 | 1011 | 101 | 0 | 1011011 | 1100000 | 110111 | 11 | 1011100 | 11000 |
Color Harmonies of #740B05
Complementary color
Monochromatic Colors of #740B05
Black with #740B05
Text Example
Text Example
White with #740B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B05; }
p { color: rgb(116,11,5); }
H1.HeaderClassName
{
color: #740B05;
}
.AnyTagClassName
{
color: #740B05;
}
</style>
background-color css
<style>
a { background-color: #740B05; }
a { background-color: rgb(116,11,5); }
div.DivClassName
{
background-color: #740B05;
}
.BgClassName
{
background-color: #740B05;
}
</style>
border-color css
<style>
span { border-color: #740B05; }
span { border-color: rgb(116,11,5); }
td.TdClassName
{
border-color: #740B05;
}
.TagClassName
{
border-color: #740B05;
}
</style>