#7E2400

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

Shades of Falu Red #7E2400

Tints of Falu Red #7E2400

Color information

#7E2400 (or 0x7E2400) is unknown color: approx Falu Red. HEX triplet: 7E, 24 and 00. RGB value is (126,36,0). Sum of RGB (Red+Green+Blue) = 126+36+0=162 (21% of max value = 765). Red value is 126 (49.61% from 255 or 77.78% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2400 is #81DBFF. Grayscale: #3B3B3B. Windows color (decimal): -8510464 or 9342. OLE color: 9342.

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

Color convert

RGB126360-
CMYK00.7110.51
HSL17.14º100%24.71%-
HSV(B)17.14º100%49.41%-
XYZ9.245.70.61-
YUV58.8194.82175.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 77.78%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.78%
G=22.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12636000.7110.5117.1410024.71
Hex7E2400476433116419
Octal1764400107144632114431
Binary1111110100100001000111110010011001110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,36,0); }

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

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

 a { background-color: rgb(126,36,0); }

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

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

 span { border-color: rgb(126,36,0); }

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