#741311

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

Shades of Falu Red #741311

Tints of Falu Red #741311

Color information

#741311 (or 0x741311) is unknown color: approx Falu Red. HEX triplet: 74, 13 and 11. RGB value is (116,19,17). Sum of RGB (Red+Green+Blue) = 116+19+17=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741311 is #8BECEE. Grayscale: #2F2F2F. Windows color (decimal): -9170159 or 1119092. OLE color: 1119092.

HSL color Cylindrical-coordinate representation of color #741311: hue angle of 1.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741311 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1161917-
CMYK00.840.850.55
HSL1.21º74.44%26.08%-
HSV(B)1.21º85.34%45.49%-
XYZ7.544.220.95-
YUV47.78110.64176.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 76.32%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=76.32%
G=12.5%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116191700.840.850.551.2174.4426.08
Hex741311054553714a1a
Octal1642321012412567111232
Binary111010010011100010101010010101011101111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741311; }

 p { color: rgb(116,19,17); }

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

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

 a { background-color: rgb(116,19,17); }

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

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

 span { border-color: rgb(116,19,17); }

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