#741204

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

Shades of Maroon #741204

Tints of Maroon #741204

Color information

#741204 (or 0x741204) is unknown color: approx Maroon. HEX triplet: 74, 12 and 04. RGB value is (116,18,4). Sum of RGB (Red+Green+Blue) = 116+18+4=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #741204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741204 is #8BEDFB. Grayscale: #2D2D2D. Windows color (decimal): -9170428 or 266868. OLE color: 266868.

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

Color convert

RGB116184-
CMYK00.840.970.55
HSL7.5º93.33%23.53%-
HSV(B)7.5º96.55%45.49%-
XYZ7.444.150.52-
YUV45.71104.47178.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 84.06%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 4 (1.95% from 255) = 2.90%
R=84.06%
G=13.04%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11618400.840.970.557.593.3323.53
Hex74124054613785d18
Octal1642240124141671013530
Binary1110100100101000101010011000011101111000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741204; }

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

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

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

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

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

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

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

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