#741F18

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

Shades of Falu Red #741F18

Tints of Falu Red #741F18

Color information

#741F18 (or 0x741F18) is unknown color: approx Falu Red. HEX triplet: 74, 1F and 18. RGB value is (116,31,24). Sum of RGB (Red+Green+Blue) = 116+31+24=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #741F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F18 is #8BE0E7. Grayscale: #373737. Windows color (decimal): -9167080 or 1580916. OLE color: 1580916.

HSL color Cylindrical-coordinate representation of color #741F18: hue angle of 4.57º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741F18 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1163124-
CMYK00.730.790.55
HSL4.57º65.71%27.45%-
HSV(B)4.57º79.31%45.49%-
XYZ7.864.761.37-
YUV55.62110.16171.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.84%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=67.84%
G=18.13%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116312400.730.790.554.5765.7127.45
Hex741F180494F375421b
Octal1643730011111767510233
Binary11101001111111000010010011001111110111101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,31,24); }

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

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

 a { background-color: rgb(116,31,24); }

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

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

 span { border-color: rgb(116,31,24); }

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