#7E2504

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

Shades of Falu Red #7E2504

Tints of Falu Red #7E2504

Color information

#7E2504 (or 0x7E2504) is unknown color: approx Falu Red. HEX triplet: 7E, 25 and 04. RGB value is (126,37,4). Sum of RGB (Red+Green+Blue) = 126+37+4=167 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75.45% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2504 is #81DAFB. Grayscale: #3C3C3C. Windows color (decimal): -8510204 or 271742. OLE color: 271742.

HSL color Cylindrical-coordinate representation of color #7E2504: hue angle of 16.23º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E2504 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB126374-
CMYK00.710.970.51
HSL16.23º93.85%25.49%-
HSV(B)16.23º96.83%49.41%-
XYZ9.295.770.74-
YUV59.8596.49175.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 75.45%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=75.45%
G=22.16%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12637400.710.970.5116.2393.8525.49
Hex7E2540476133105e19
Octal1764540107141632013631
Binary111111010010110001000111110000111001110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,37,4); }

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

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

 a { background-color: rgb(126,37,4); }

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

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

 span { border-color: rgb(126,37,4); }

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