#7E1911

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

Shades of Falu Red #7E1911

Tints of Falu Red #7E1911

Color information

#7E1911 (or 0x7E1911) is unknown color: approx Falu Red. HEX triplet: 7E, 19 and 11. RGB value is (126,25,17). Sum of RGB (Red+Green+Blue) = 126+25+17=168 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1911 is #81E6EE. Grayscale: #363636. Windows color (decimal): -8513263 or 1120638. OLE color: 1120638.

HSL color Cylindrical-coordinate representation of color #7E1911: hue angle of 4.4º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1911 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB1262517-
CMYK00.800.870.51
HSL4.4º76.22%28.04%-
HSV(B)4.4º86.51%49.41%-
XYZ9.055.171.05-
YUV54.29106.96179.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 75%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=75%
G=14.88%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126251700.800.870.514.476.2228.04
Hex7E1911050573344c1c
Octal1763121012012763411434
Binary11111101100110001010100001010111110011100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,25,17); }

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

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

 a { background-color: rgb(126,25,17); }

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

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

 span { border-color: rgb(126,25,17); }

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