#74140C

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

Shades of Falu Red #74140C

Tints of Falu Red #74140C

Color information

#74140C (or 0x74140C) is unknown color: approx Falu Red. HEX triplet: 74, 14 and 0C. RGB value is (116,20,12). Sum of RGB (Red+Green+Blue) = 116+20+12=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #74140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74140C is #8BEBF3. Grayscale: #2F2F2F. Windows color (decimal): -9169908 or 791668. OLE color: 791668.

HSL color Cylindrical-coordinate representation of color #74140C: hue angle of 4.62º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74140C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1162012-
CMYK00.830.900.55
HSL4.62º81.25%25.1%-
HSV(B)4.62º89.66%45.49%-
XYZ7.524.240.77-
YUV47.79107.8176.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 78.38%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=78.38%
G=13.51%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116201200.830.900.554.6281.2525.1
Hex7414C0535A3755119
Octal1642414012313267512131
Binary1110100101001100010100111011010110111101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74140C; }

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

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

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

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

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

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

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

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