#742411

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

Shades of Falu Red #742411

Tints of Falu Red #742411

Color information

#742411 (or 0x742411) is unknown color: approx Falu Red. HEX triplet: 74, 24 and 11. RGB value is (116,36,17). Sum of RGB (Red+Green+Blue) = 116+36+17=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #742411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742411 is #8BDBEE. Grayscale: #393939. Windows color (decimal): -9165807 or 1123444. OLE color: 1123444.

HSL color Cylindrical-coordinate representation of color #742411: hue angle of 11.52º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #742411 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1163617-
CMYK00.690.850.55
HSL11.52º74.44%26.08%-
HSV(B)11.52º85.34%45.49%-
XYZ7.935.021.08-
YUV57.75105169.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 68.64%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=68.64%
G=21.30%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116361700.690.850.5511.5274.4426.08
Hex7424110455537c4a1a
Octal16444210105125671411232
Binary1110100100100100010100010110101011101111100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742411; }

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

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

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

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

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

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

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

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