#741E0B

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

Shades of Falu Red #741E0B

Tints of Falu Red #741E0B

Color information

#741E0B (or 0x741E0B) is unknown color: approx Falu Red. HEX triplet: 74, 1E and 0B. RGB value is (116,30,11). Sum of RGB (Red+Green+Blue) = 116+30+11=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #741E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E0B is #8BE1F4. Grayscale: #353535. Windows color (decimal): -9167349 or 728692. OLE color: 728692.

HSL color Cylindrical-coordinate representation of color #741E0B: hue angle of 10.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #741E0B is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1163011-
CMYK00.740.910.55
HSL10.86º82.68%24.9%-
HSV(B)10.86º90.52%45.49%-
XYZ7.734.670.81-
YUV53.55103.99172.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.89%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=73.89%
G=19.11%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116301100.740.910.5510.8682.6824.9
Hex741EB04A5B37b5319
Octal16436130112133671312331
Binary11101001111010110100101010110111101111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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