#7E2214

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

Shades of Falu Red #7E2214

Tints of Falu Red #7E2214

Color information

#7E2214 (or 0x7E2214) is unknown color: approx Falu Red. HEX triplet: 7E, 22 and 14. RGB value is (126,34,20). Sum of RGB (Red+Green+Blue) = 126+34+20=180 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2214 is #81DDEB. Grayscale: #3C3C3C. Windows color (decimal): -8510956 or 1319550. OLE color: 1319550.

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

Color convert

RGB1263420-
CMYK00.730.840.51
HSL7.92º72.6%28.63%-
HSV(B)7.92º84.13%49.41%-
XYZ9.35.631.26-
YUV59.91105.48175.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 70%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=70%
G=18.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126342000.730.840.517.9272.628.63
Hex7E221404954338491d
Octal17642240111124631011135
Binary1111110100010101000100100110101001100111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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