#7E1814

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

Shades of Falu Red #7E1814

Tints of Falu Red #7E1814

Color information

#7E1814 (or 0x7E1814) is unknown color: approx Falu Red. HEX triplet: 7E, 18 and 14. RGB value is (126,24,20). Sum of RGB (Red+Green+Blue) = 126+24+20=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1814 is #81E7EB. Grayscale: #363636. Windows color (decimal): -8513516 or 1316990. OLE color: 1316990.

HSL color Cylindrical-coordinate representation of color #7E1814: hue angle of 2.26º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1814 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB1262420-
CMYK00.810.840.51
HSL2.26º72.6%28.63%-
HSV(B)2.26º84.13%49.41%-
XYZ9.065.141.18-
YUV54.04108.79179.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 74.12%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=74.12%
G=14.12%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126242000.810.840.512.2672.628.63
Hex7E181405154332491d
Octal1763024012112463211135
Binary1111110110001010001010001101010011001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,24,20); }

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

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

 a { background-color: rgb(126,24,20); }

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

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

 span { border-color: rgb(126,24,20); }

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