#7E2603

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

Shades of Falu Red #7E2603

Tints of Falu Red #7E2603

Color information

#7E2603 (or 0x7E2603) is unknown color: approx Falu Red. HEX triplet: 7E, 26 and 03. RGB value is (126,38,3). Sum of RGB (Red+Green+Blue) = 126+38+3=167 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75.45% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2603 is #81D9FC. Grayscale: #3C3C3C. Windows color (decimal): -8509949 or 206462. OLE color: 206462.

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

Color convert

RGB126383-
CMYK00.700.980.51
HSL17.07º95.35%25.29%-
HSV(B)17.07º97.62%49.41%-
XYZ9.315.830.72-
YUV60.3295.65174.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 75.45%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=75.45%
G=22.75%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12638300.700.980.5117.0795.3525.29
Hex7E2630466233115f19
Octal1764630106142632113731
Binary11111101001101101000110110001011001110001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,38,3); }

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

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

 a { background-color: rgb(126,38,3); }

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

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

 span { border-color: rgb(126,38,3); }

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