#741205

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

Shades of Maroon #741205

Tints of Maroon #741205

Color information

#741205 (or 0x741205) is unknown color: approx Maroon. HEX triplet: 74, 12 and 05. RGB value is (116,18,5). Sum of RGB (Red+Green+Blue) = 116+18+5=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #741205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741205 is #8BEDFA. Grayscale: #2D2D2D. Windows color (decimal): -9170427 or 332404. OLE color: 332404.

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

Color convert

RGB116185-
CMYK00.840.960.55
HSL7.03º91.74%23.73%-
HSV(B)7.03º95.69%45.49%-
XYZ7.454.160.55-
YUV45.82104.97178.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 83.45%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=83.45%
G=12.95%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11618500.840.960.557.0391.7423.73
Hex74125054603775c18
Octal164225012414067713430
Binary111010010010101010101001100000110111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741205; }

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

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

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

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

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

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

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

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