#7E290C

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

Shades of Falu Red #7E290C

Tints of Falu Red #7E290C

Color information

#7E290C (or 0x7E290C) is unknown color: approx Falu Red. HEX triplet: 7E, 29 and 0C. RGB value is (126,41,12). Sum of RGB (Red+Green+Blue) = 126+41+12=179 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.39% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 126 - color contains mainly: red. Hex color #7E290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E290C is #81D6F3. Grayscale: #3F3F3F. Windows color (decimal): -8509172 or 797054. OLE color: 797054.

HSL color Cylindrical-coordinate representation of color #7E290C: hue angle of 15.26º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E290C is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1264112-
CMYK00.670.900.51
HSL15.26º82.61%27.06%-
HSV(B)15.26º90.48%49.41%-
XYZ9.466.051.02-
YUV63.1199.16172.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 70.39%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=70.39%
G=22.91%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126411200.670.900.5115.2682.6127.06
Hex7E29C0435A33f531b
Octal17651140103132631712333
Binary111111010100111000100001110110101100111111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E290C; }

 p { color: rgb(126,41,12); }

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

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

 a { background-color: rgb(126,41,12); }

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

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

 span { border-color: rgb(126,41,12); }

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