#74100A

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

Shades of Falu Red #74100A

Tints of Falu Red #74100A

Color information

#74100A (or 0x74100A) is unknown color: approx Falu Red. HEX triplet: 74, 10 and 0A. RGB value is (116,16,10). Sum of RGB (Red+Green+Blue) = 116+16+10=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #74100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74100A is #8BEFF5. Grayscale: #2D2D2D. Windows color (decimal): -9170934 or 659572. OLE color: 659572.

HSL color Cylindrical-coordinate representation of color #74100A: hue angle of 3.4º 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 #74100A is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1161610-
CMYK00.860.910.55
HSL3.4º84.13%24.71%-
HSV(B)3.4º91.38%45.49%-
XYZ7.444.110.69-
YUV45.22108.13178.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 81.69%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=81.69%
G=11.27%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116161000.860.910.553.484.1324.71
Hex7410A0565B3735419
Octal1642012012613367312431
Binary111010010000101001010110101101111011111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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