#7E220C

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

Shades of Falu Red #7E220C

Tints of Falu Red #7E220C

Color information

#7E220C (or 0x7E220C) is unknown color: approx Falu Red. HEX triplet: 7E, 22 and 0C. RGB value is (126,34,12). Sum of RGB (Red+Green+Blue) = 126+34+12=172 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.26% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 126 - color contains mainly: red. Hex color #7E220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E220C is #81DDF3. Grayscale: #3B3B3B. Windows color (decimal): -8510964 or 795262. OLE color: 795262.

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

Color convert

RGB1263412-
CMYK00.730.900.51
HSL11.58º82.61%27.06%-
HSV(B)11.58º90.48%49.41%-
XYZ9.245.610.94-
YUV59101.48175.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 73.26%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=73.26%
G=19.77%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126341200.730.900.5111.5882.6127.06
Hex7E22C0495A33c531b
Octal17642140111132631412333
Binary111111010001011000100100110110101100111100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,34,12); }

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

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

 a { background-color: rgb(126,34,12); }

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

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

 span { border-color: rgb(126,34,12); }

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