#741104

Color #741104 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #741104

Tints of Maroon #741104

Color information

#741104 (or 0x741104) is unknown color: approx Maroon. HEX triplet: 74, 11 and 04. RGB value is (116,17,4). Sum of RGB (Red+Green+Blue) = 116+17+4=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #741104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741104 is #8BEEFB. Grayscale: #2D2D2D. Windows color (decimal): -9170684 or 266612. OLE color: 266612.

HSL color Cylindrical-coordinate representation of color #741104: hue angle of 6.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #741104 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116174-
CMYK00.850.970.55
HSL6.96º93.33%23.53%-
HSV(B)6.96º96.55%45.49%-
XYZ7.424.120.52-
YUV45.12104.8178.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 84.67%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 4 (1.95% from 255) = 2.92%
R=84.67%
G=12.41%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11617400.850.970.556.9693.3323.53
Hex74114055613775d18
Octal164214012514167713530
Binary111010010001100010101011100001110111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741104; }

 p { color: rgb(116,17,4); }

 H1.HeaderClassName
 {
   color: #741104;
 }
 .AnyTagClassName
 {
   color: #741104;
 }
</style>
background-color css

<style>
 a { background-color: #741104; }

 a { background-color: rgb(116,17,4); }

 div.DivClassName
 {
   background-color: #741104;
 }
 .BgClassName
 {
   background-color: #741104;
 }
</style>
border-color css

<style>
 span { border-color: #741104; }

 span { border-color: rgb(116,17,4); }

 td.TdClassName
 {
   border-color: #741104;
 }
 .TagClassName
 {
   border-color: #741104;
 }
</style>