#74160A

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

Shades of Falu Red #74160A

Tints of Falu Red #74160A

Color information

#74160A (or 0x74160A) is unknown color: approx Falu Red. HEX triplet: 74, 16 and 0A. RGB value is (116,22,10). Sum of RGB (Red+Green+Blue) = 116+22+10=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #74160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74160A is #8BE9F5. Grayscale: #303030. Windows color (decimal): -9169398 or 661108. OLE color: 661108.

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

Color convert

RGB1162210-
CMYK00.810.910.55
HSL6.79º84.13%24.71%-
HSV(B)6.79º91.38%45.49%-
XYZ7.544.310.72-
YUV48.74106.14175.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 78.38%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=78.38%
G=14.86%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116221000.810.910.556.7984.1324.71
Hex7416A0515B3775419
Octal1642612012113367712431
Binary1110100101101010010100011011011110111111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74160A; }

 p { color: rgb(116,22,10); }

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

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

 a { background-color: rgb(116,22,10); }

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

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

 span { border-color: rgb(116,22,10); }

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