#741E0D

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

Shades of Falu Red #741E0D

Tints of Falu Red #741E0D

Color information

#741E0D (or 0x741E0D) is unknown color: approx Falu Red. HEX triplet: 74, 1E and 0D. RGB value is (116,30,13). Sum of RGB (Red+Green+Blue) = 116+30+13=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #741E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E0D is #8BE1F2. Grayscale: #353535. Windows color (decimal): -9167347 or 859764. OLE color: 859764.

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

Color convert

RGB1163013-
CMYK00.740.890.55
HSL9.9º79.84%25.29%-
HSV(B)9.9º88.79%45.49%-
XYZ7.744.670.87-
YUV53.78104.99172.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=72.96%
G=18.87%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116301300.740.890.559.979.8425.29
Hex741ED04A5937a5019
Octal16436150112131671212031
Binary11101001111011010100101010110011101111010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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