#7E220D

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

Shades of Falu Red #7E220D

Tints of Falu Red #7E220D

Color information

#7E220D (or 0x7E220D) is unknown color: approx Falu Red. HEX triplet: 7E, 22 and 0D. RGB value is (126,34,13). Sum of RGB (Red+Green+Blue) = 126+34+13=173 (22% of max value = 765). Red value is 126 (49.61% from 255 or 72.83% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 126 - color contains mainly: red. Hex color #7E220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E220D is #81DDF2. Grayscale: #3B3B3B. Windows color (decimal): -8510963 or 860798. OLE color: 860798.

HSL color Cylindrical-coordinate representation of color #7E220D: hue angle of 11.15º degrees, saturation: 0.81, 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 #7E220D is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1263413-
CMYK00.730.900.51
HSL11.15º81.29%27.25%-
HSV(B)11.15º89.68%49.41%-
XYZ9.255.610.98-
YUV59.11101.98175.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72.83%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=72.83%
G=19.65%
B=7.51%

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
Decimal126341300.730.900.5111.1581.2927.25
Hex7E22D0495A33b511b
Octal17642150111132631312133
Binary111111010001011010100100110110101100111011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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