#741E1C

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

Shades of Falu Red #741E1C

Tints of Falu Red #741E1C

Color information

#741E1C (or 0x741E1C) is unknown color: approx Falu Red. HEX triplet: 74, 1E and 1C. RGB value is (116,30,28). Sum of RGB (Red+Green+Blue) = 116+30+28=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E1C is #8BE1E3. Grayscale: #373737. Windows color (decimal): -9167332 or 1842804. OLE color: 1842804.

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

Color convert

RGB1163028-
CMYK00.740.760.55
HSL1.36º61.11%28.24%-
HSV(B)1.36º75.86%45.49%-
XYZ7.884.731.6-
YUV55.49112.49171.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=66.67%
G=17.24%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116302800.740.760.551.3661.1128.24
Hex741E1C04A4C3713d1c
Octal164363401121146717534
Binary11101001111011100010010101001100110111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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