#741E11

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

Shades of Falu Red #741E11

Tints of Falu Red #741E11

Color information

#741E11 (or 0x741E11) is unknown color: approx Falu Red. HEX triplet: 74, 1E and 11. RGB value is (116,30,17). Sum of RGB (Red+Green+Blue) = 116+30+17=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #741E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E11 is #8BE1EE. Grayscale: #363636. Windows color (decimal): -9167343 or 1121908. OLE color: 1121908.

HSL color Cylindrical-coordinate representation of color #741E11: hue angle of 7.88º 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 #741E11 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1163017-
CMYK00.740.850.55
HSL7.88º74.44%26.08%-
HSV(B)7.88º85.34%45.49%-
XYZ7.774.681.02-
YUV54.23106.99172.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.17%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=71.17%
G=18.40%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116301700.740.850.557.8874.4426.08
Hex741E1104A553784a1a
Octal16436210112125671011232
Binary111010011110100010100101010101011101111000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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