#7E140B

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

Shades of Falu Red #7E140B

Tints of Falu Red #7E140B

Color information

#7E140B (or 0x7E140B) is unknown color: approx Falu Red. HEX triplet: 7E, 14 and 0B. RGB value is (126,20,11). Sum of RGB (Red+Green+Blue) = 126+20+11=157 (20% of max value = 765). Red value is 126 (49.61% from 255 or 80.25% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 126 - color contains mainly: red. Hex color #7E140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E140B is #81EBF4. Grayscale: #323232. Windows color (decimal): -8514549 or 726142. OLE color: 726142.

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

Color convert

RGB1262011-
CMYK00.840.910.51
HSL4.7º83.94%26.86%-
HSV(B)4.7º91.27%49.41%-
XYZ8.914.960.8-
YUV50.67105.62181.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 80.25%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=80.25%
G=12.74%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126201100.840.910.514.783.9426.86
Hex7E14B0545B335541b
Octal1762413012413363512433
Binary1111110101001011010101001011011110011101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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