#741004

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

Shades of Maroon #741004

Tints of Maroon #741004

Color information

#741004 (or 0x741004) is unknown color: approx Maroon. HEX triplet: 74, 10 and 04. RGB value is (116,16,4). Sum of RGB (Red+Green+Blue) = 116+16+4=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #741004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741004 is #8BEFFB. Grayscale: #2C2C2C. Windows color (decimal): -9170940 or 266356. OLE color: 266356.

HSL color Cylindrical-coordinate representation of color #741004: hue angle of 6.43º 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 #741004 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116164-
CMYK00.860.970.55
HSL6.43º93.33%23.53%-
HSV(B)6.43º96.55%45.49%-
XYZ7.414.090.51-
YUV44.53105.13178.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 85.29%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=85.29%
G=11.76%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11616400.860.970.556.4393.3323.53
Hex74104056613765d18
Octal164204012614167613530
Binary111010010000100010101101100001110111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741004; }

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

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

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

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

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

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

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

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