#7E220F

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

Shades of Falu Red #7E220F

Tints of Falu Red #7E220F

Color information

#7E220F (or 0x7E220F) is unknown color: approx Falu Red. HEX triplet: 7E, 22 and 0F. RGB value is (126,34,15). Sum of RGB (Red+Green+Blue) = 126+34+15=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E220F is #81DDF0. Grayscale: #3B3B3B. Windows color (decimal): -8510961 or 991870. OLE color: 991870.

HSL color Cylindrical-coordinate representation of color #7E220F: hue angle of 10.27º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E220F is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1263415-
CMYK00.730.880.51
HSL10.27º78.72%27.65%-
HSV(B)10.27º88.1%49.41%-
XYZ9.265.611.05-
YUV59.34102.98175.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=72%
G=19.43%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126341500.730.880.5110.2778.7227.65
Hex7E22F0495833a4f1c
Octal17642170111130631211734
Binary111111010001011110100100110110001100111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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