#7E2814

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

Shades of Falu Red #7E2814

Tints of Falu Red #7E2814

Color information

#7E2814 (or 0x7E2814) is unknown color: approx Falu Red. HEX triplet: 7E, 28 and 14. RGB value is (126,40,20). Sum of RGB (Red+Green+Blue) = 126+40+20=186 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.74% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2814 is #81D7EB. Grayscale: #3F3F3F. Windows color (decimal): -8509420 or 1321086. OLE color: 1321086.

HSL color Cylindrical-coordinate representation of color #7E2814: hue angle of 11.32º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E2814 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB1264020-
CMYK00.680.840.51
HSL11.32º72.6%28.63%-
HSV(B)11.32º84.13%49.41%-
XYZ9.4961.32-
YUV63.43103.49172.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 67.74%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=67.74%
G=21.51%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126402000.680.840.5111.3272.628.63
Hex7E28140445433b491d
Octal17650240104124631311135
Binary1111110101000101000100010010101001100111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,40,20); }

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

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

 a { background-color: rgb(126,40,20); }

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

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

 span { border-color: rgb(126,40,20); }

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