#741A07

Color #741A07 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #741A07

Tints of Falu Red #741A07

Color information

#741A07 (or 0x741A07) is unknown color: approx Falu Red. HEX triplet: 74, 1A and 07. RGB value is (116,26,7). Sum of RGB (Red+Green+Blue) = 116+26+7=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #741A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A07 is #8BE5F8. Grayscale: #323232. Windows color (decimal): -9168377 or 465524. OLE color: 465524.

HSL color Cylindrical-coordinate representation of color #741A07: hue angle of 10.46º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #741A07 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB116267-
CMYK00.780.940.55
HSL10.46º88.62%24.12%-
HSV(B)10.46º93.97%45.49%-
XYZ7.614.470.66-
YUV50.74103.32174.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 77.85%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=77.85%
G=17.45%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11626700.780.940.5510.4688.6224.12
Hex741A704E5E37a5918
Octal1643270116136671213130
Binary1110100110101110100111010111101101111010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741A07; }

 p { color: rgb(116,26,7); }

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

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

 a { background-color: rgb(116,26,7); }

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

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

 span { border-color: rgb(116,26,7); }

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