Shades of Maroon #741305
Tints of Maroon #741305
RGB
CMYK
RGB Variations
Color information
#741305 (or 0x741305) is known color: Maroon. HEX triplet: 74, 13 and 05. RGB value is (116,19,5). Sum of RGB (Red+Green+Blue) = 116+19+5=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #741305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741305 is #8BECFA. Grayscale: #2E2E2E. Windows color (decimal): -9170171 or 332660. OLE color: 332660.
HSL color Cylindrical-coordinate representation of color #741305: hue angle of 7.57º 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 #741305 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 5 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.55 |
| HSL | 7.57º | 0.92% | 0.24% | - |
| HSV(B) | 7.57º | 0.96% | 0.45% | - |
| XYZ | 7.46 | 4.19 | 0.56 | - |
| YUV | 46.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 5 | 0 | 0.84 | 0.96 | 0.55 | 7.57 | 0.92 | 0.24 |
| Hex | 74 | 13 | 5 | 0 | 54 | 60 | 37 | 8 | 5C | 18 |
| Octal | 164 | 23 | 5 | 0 | 124 | 140 | 67 | 10 | 134 | 30 |
| Binary | 1110100 | 10011 | 101 | 0 | 1010100 | 1100000 | 110111 | 1000 | 1011100 | 11000 |
Color Harmonies of #741305
Complementary color
Monochromatic Colors of #741305
Black with #741305
Text Example
Text Example
White with #741305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741305; }
p { color: rgb(116,19,5); }
H1.HeaderClassName
{
color: #741305;
}
.AnyTagClassName
{
color: #741305;
}
</style>
background-color css
<style>
a { background-color: #741305; }
a { background-color: rgb(116,19,5); }
div.DivClassName
{
background-color: #741305;
}
.BgClassName
{
background-color: #741305;
}
</style>
border-color css
<style>
span { border-color: #741305; }
span { border-color: rgb(116,19,5); }
td.TdClassName
{
border-color: #741305;
}
.TagClassName
{
border-color: #741305;
}
</style>