#7E2602

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

Shades of Falu Red #7E2602

Tints of Falu Red #7E2602

Color information

#7E2602 (or 0x7E2602) is unknown color: approx Falu Red. HEX triplet: 7E, 26 and 02. RGB value is (126,38,2). Sum of RGB (Red+Green+Blue) = 126+38+2=166 (21% of max value = 765). Red value is 126 (49.61% from 255 or 75.90% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2602 is #81D9FD. Grayscale: #3C3C3C. Windows color (decimal): -8509950 or 140926. OLE color: 140926.

HSL color Cylindrical-coordinate representation of color #7E2602: hue angle of 17.42º degrees, saturation: 0.97, 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 #7E2602 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB126382-
CMYK00.700.980.51
HSL17.42º96.88%25.1%-
HSV(B)17.42º98.41%49.41%-
XYZ9.315.830.69-
YUV60.2195.15174.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 75.90%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=75.90%
G=22.89%
B=1.20%

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
Decimal12638200.700.980.5117.4296.8825.1
Hex7E2620466233116119
Octal1764620106142632114131
Binary11111101001101001000110110001011001110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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