#741009

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

Shades of Falu Red #741009

Tints of Falu Red #741009

Color information

#741009 (or 0x741009) is unknown color: approx Falu Red. HEX triplet: 74, 10 and 09. RGB value is (116,16,9). Sum of RGB (Red+Green+Blue) = 116+16+9=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #741009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741009 is #8BEFF6. Grayscale: #2D2D2D. Windows color (decimal): -9170935 or 594036. OLE color: 594036.

HSL color Cylindrical-coordinate representation of color #741009: hue angle of 3.93º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #741009 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB116169-
CMYK00.860.920.55
HSL3.93º85.6%24.51%-
HSV(B)3.93º92.24%45.49%-
XYZ7.444.10.66-
YUV45.1107.63178.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 82.27%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=82.27%
G=11.35%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11616900.860.920.553.9385.624.51
Hex741090565C3745619
Octal1642011012613467412631
Binary1110100100001001010101101011100110111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741009; }

 p { color: rgb(116,16,9); }

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

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

 a { background-color: rgb(116,16,9); }

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

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

 span { border-color: rgb(116,16,9); }

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