#741304

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

Shades of Maroon #741304

Tints of Maroon #741304

Color information

#741304 (or 0x741304) is unknown color: approx Maroon. HEX triplet: 74, 13 and 04. RGB value is (116,19,4). Sum of RGB (Red+Green+Blue) = 116+19+4=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #741304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741304 is #8BECFB. Grayscale: #2E2E2E. Windows color (decimal): -9170172 or 267124. OLE color: 267124.

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

Color convert

RGB116194-
CMYK00.840.970.55
HSL8.04º93.33%23.53%-
HSV(B)8.04º96.55%45.49%-
XYZ7.464.190.53-
YUV46.29104.14177.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 83.45%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=83.45%
G=13.67%
B=2.88%

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
Decimal11619400.840.970.558.0493.3323.53
Hex74134054613785d18
Octal1642340124141671013530
Binary1110100100111000101010011000011101111000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741304; }

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

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

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

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

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

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

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

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