#741A18

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

Shades of Falu Red #741A18

Tints of Falu Red #741A18

Color information

#741A18 (or 0x741A18) is unknown color: approx Falu Red. HEX triplet: 74, 1A and 18. RGB value is (116,26,24). Sum of RGB (Red+Green+Blue) = 116+26+24=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #741A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A18 is #8BE5E7. Grayscale: #343434. Windows color (decimal): -9168360 or 1579636. OLE color: 1579636.

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

Color convert

RGB1162624-
CMYK00.780.790.55
HSL1.3º65.71%27.45%-
HSV(B)1.3º79.31%45.49%-
XYZ7.744.521.33-
YUV52.68111.82173.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.88%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=69.88%
G=15.66%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116262400.780.790.551.365.7127.45
Hex741A1804E4F371421b
Octal1643230011611767110233
Binary111010011010110000100111010011111101111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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