Shades of Maroon #741600
Tints of Maroon #741600
RGB
CMYK
RGB Variations
Color information
#741600 (or 0x741600) is known color: Maroon. HEX triplet: 74, 16 and 00. RGB value is (116,22,0). Sum of RGB (Red+Green+Blue) = 116+22+0=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #741600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741600 is #8BE9FF. Grayscale: #2F2F2F. Windows color (decimal): -9169408 or 5748. OLE color: 5748.
HSL color Cylindrical-coordinate representation of color #741600: hue angle of 11.38º 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 #741600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.55 |
| HSL | 11.38º | 1% | 0.23% | - |
| HSV(B) | 11.38º | 1% | 0.45% | - |
| XYZ | 7.49 | 4.29 | 0.43 | - |
| YUV | 47.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 0 | 0 | 0.81 | 1 | 0.55 | 11.38 | 1 | 0.23 |
| Hex | 74 | 16 | 0 | 0 | 51 | 64 | 37 | B | 64 | 17 |
| Octal | 164 | 26 | 0 | 0 | 121 | 144 | 67 | 13 | 144 | 27 |
| Binary | 1110100 | 10110 | 0 | 0 | 1010001 | 1100100 | 110111 | 1011 | 1100100 | 10111 |
Color Harmonies of #741600
Complementary color
Monochromatic Colors of #741600
Black with #741600
Text Example
Text Example
White with #741600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741600; }
p { color: rgb(116,22,0); }
H1.HeaderClassName
{
color: #741600;
}
.AnyTagClassName
{
color: #741600;
}
</style>
background-color css
<style>
a { background-color: #741600; }
a { background-color: rgb(116,22,0); }
div.DivClassName
{
background-color: #741600;
}
.BgClassName
{
background-color: #741600;
}
</style>
border-color css
<style>
span { border-color: #741600; }
span { border-color: rgb(116,22,0); }
td.TdClassName
{
border-color: #741600;
}
.TagClassName
{
border-color: #741600;
}
</style>