#741918

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

Shades of Falu Red #741918

Tints of Falu Red #741918

Color information

#741918 (or 0x741918) is unknown color: approx Falu Red. HEX triplet: 74, 19 and 18. RGB value is (116,25,24). Sum of RGB (Red+Green+Blue) = 116+25+24=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #741918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741918 is #8BE6E7. Grayscale: #343434. Windows color (decimal): -9168616 or 1579380. OLE color: 1579380.

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

Color convert

RGB1162524-
CMYK00.780.790.55
HSL0.65º65.71%27.45%-
HSV(B)0.65º79.31%45.49%-
XYZ7.714.471.32-
YUV52.09112.15173.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.30%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 24 (9.77% from 255) = 14.55%
R=70.30%
G=15.15%
B=14.55%

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
Decimal116252400.780.790.550.6565.7127.45
Hex74191804E4F371421b
Octal1643130011611767110233
Binary111010011001110000100111010011111101111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741918; }

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

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

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

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

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

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

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

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