#7E1E14

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

Shades of Falu Red #7E1E14

Tints of Falu Red #7E1E14

Color information

#7E1E14 (or 0x7E1E14) is unknown color: approx Falu Red. HEX triplet: 7E, 1E and 14. RGB value is (126,30,20). Sum of RGB (Red+Green+Blue) = 126+30+20=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1E14 is #81E1EB. Grayscale: #393939. Windows color (decimal): -8511980 or 1318526. OLE color: 1318526.

HSL color Cylindrical-coordinate representation of color #7E1E14: hue angle of 5.66º 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 #7E1E14 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB1263020-
CMYK00.760.840.51
HSL5.66º72.6%28.63%-
HSV(B)5.66º84.13%49.41%-
XYZ9.195.411.22-
YUV57.56106.8176.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 71.59%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=71.59%
G=17.05%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126302000.760.840.515.6672.628.63
Hex7E1E1404C54336491d
Octal1763624011412463611135
Binary11111101111010100010011001010100110011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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