#7E2302

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

Shades of Falu Red #7E2302

Tints of Falu Red #7E2302

Color information

#7E2302 (or 0x7E2302) is unknown color: approx Falu Red. HEX triplet: 7E, 23 and 02. RGB value is (126,35,2). Sum of RGB (Red+Green+Blue) = 126+35+2=163 (21% of max value = 765). Red value is 126 (49.61% from 255 or 77.30% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2302 is #81DCFD. Grayscale: #3A3A3A. Windows color (decimal): -8510718 or 140158. OLE color: 140158.

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

Color convert

RGB126352-
CMYK00.720.980.51
HSL15.97º96.88%25.1%-
HSV(B)15.97º98.41%49.41%-
XYZ9.225.640.66-
YUV58.4596.15176.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 77.30%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=77.30%
G=21.47%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12635200.720.980.5115.9796.8825.1
Hex7E2320486233106119
Octal1764320110142632014131
Binary11111101000111001001000110001011001110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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