#7E2714

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

Shades of Falu Red #7E2714

Tints of Falu Red #7E2714

Color information

#7E2714 (or 0x7E2714) is unknown color: approx Falu Red. HEX triplet: 7E, 27 and 14. RGB value is (126,39,20). Sum of RGB (Red+Green+Blue) = 126+39+20=185 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.11% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2714 is #81D8EB. Grayscale: #3F3F3F. Windows color (decimal): -8509676 or 1320830. OLE color: 1320830.

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

Color convert

RGB1263920-
CMYK00.690.840.51
HSL10.75º72.6%28.63%-
HSV(B)10.75º84.13%49.41%-
XYZ9.465.941.31-
YUV62.85103.82173.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 68.11%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=68.11%
G=21.08%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126392000.690.840.5110.7572.628.63
Hex7E27140455433b491d
Octal17647240105124631311135
Binary1111110100111101000100010110101001100111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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