#7E2111

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

Shades of Falu Red #7E2111

Tints of Falu Red #7E2111

Color information

#7E2111 (or 0x7E2111) is unknown color: approx Falu Red. HEX triplet: 7E, 21 and 11. RGB value is (126,33,17). Sum of RGB (Red+Green+Blue) = 126+33+17=176 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.59% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2111 is #81DEEE. Grayscale: #3B3B3B. Windows color (decimal): -8511215 or 1122686. OLE color: 1122686.

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

Color convert

RGB1263317-
CMYK00.740.870.51
HSL8.81º76.22%28.04%-
HSV(B)8.81º86.51%49.41%-
XYZ9.255.561.12-
YUV58.98104.31175.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 71.59%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=71.59%
G=18.75%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126331700.740.870.518.8176.2228.04
Hex7E211104A573394c1c
Octal17641210112127631111434
Binary1111110100001100010100101010101111100111001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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