#741B14

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

Shades of Falu Red #741B14

Tints of Falu Red #741B14

Color information

#741B14 (or 0x741B14) is unknown color: approx Falu Red. HEX triplet: 74, 1B and 14. RGB value is (116,27,20). Sum of RGB (Red+Green+Blue) = 116+27+20=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #741B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741B14 is #8BE4EB. Grayscale: #343434. Windows color (decimal): -9168108 or 1317748. OLE color: 1317748.

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

Color convert

RGB1162720-
CMYK00.770.830.55
HSL4.38º70.59%26.67%-
HSV(B)4.38º82.76%45.49%-
XYZ7.724.551.13-
YUV52.81109.49173.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.17%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=71.17%
G=16.56%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116272000.770.830.554.3870.5926.67
Hex741B1404D53374471b
Octal1643324011512367410733
Binary11101001101110100010011011010011110111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,27,20); }

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

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

 a { background-color: rgb(116,27,20); }

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

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

 span { border-color: rgb(116,27,20); }

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