Shades of Maroon #740800
Tints of Maroon #740800
RGB
CMYK
RGB Variations
Color information
#740800 (or 0x740800) is known color: Maroon. HEX triplet: 74, 08 and 00. RGB value is (116,8,0). Sum of RGB (Red+Green+Blue) = 116+8+0=124 (16% of max value = 765). Red value is 116 (45.70% from 255 or 93.55% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 116 - color contains mainly: red. Hex color #740800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740800 is #8BF7FF. Grayscale: #272727. Windows color (decimal): -9172992 or 2164. OLE color: 2164.
HSL color Cylindrical-coordinate representation of color #740800: hue angle of 4.14º 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 #740800 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 8 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.55 |
| HSL | 4.14º | 1% | 0.23% | - |
| HSV(B) | 4.14º | 1% | 0.45% | - |
| XYZ | 7.29 | 3.89 | 0.37 | - |
| YUV | 39.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 0 | 0 | 0.93 | 1 | 0.55 | 4.14 | 1 | 0.23 |
| Hex | 74 | 8 | 0 | 0 | 5D | 64 | 37 | 4 | 64 | 17 |
| Octal | 164 | 10 | 0 | 0 | 135 | 144 | 67 | 4 | 144 | 27 |
| Binary | 1110100 | 1000 | 0 | 0 | 1011101 | 1100100 | 110111 | 100 | 1100100 | 10111 |
Color Harmonies of #740800
Complementary color
Monochromatic Colors of #740800
Black with #740800
Text Example
Text Example
White with #740800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740800; }
p { color: rgb(116,8,0); }
H1.HeaderClassName
{
color: #740800;
}
.AnyTagClassName
{
color: #740800;
}
</style>
background-color css
<style>
a { background-color: #740800; }
a { background-color: rgb(116,8,0); }
div.DivClassName
{
background-color: #740800;
}
.BgClassName
{
background-color: #740800;
}
</style>
border-color css
<style>
span { border-color: #740800; }
span { border-color: rgb(116,8,0); }
td.TdClassName
{
border-color: #740800;
}
.TagClassName
{
border-color: #740800;
}
</style>