#742407

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

Shades of Falu Red #742407

Tints of Falu Red #742407

Color information

#742407 (or 0x742407) is unknown color: approx Falu Red. HEX triplet: 74, 24 and 07. RGB value is (116,36,7). Sum of RGB (Red+Green+Blue) = 116+36+7=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #742407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742407 is #8BDBF8. Grayscale: #383838. Windows color (decimal): -9165817 or 468084. OLE color: 468084.

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

Color convert

RGB116367-
CMYK00.690.940.55
HSL15.96º88.62%24.12%-
HSV(B)15.96º93.97%45.49%-
XYZ7.874.990.75-
YUV56.61100170.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=72.96%
G=22.64%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11636700.690.940.5515.9688.6224.12
Hex742470455E37105918
Octal1644470105136672013130
Binary111010010010011101000101101111011011110000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742407; }

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

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

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

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

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

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

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

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