#7E1F0D

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

Shades of Falu Red #7E1F0D

Tints of Falu Red #7E1F0D

Color information

#7E1F0D (or 0x7E1F0D) is unknown color: approx Falu Red. HEX triplet: 7E, 1F and 0D. RGB value is (126,31,13). Sum of RGB (Red+Green+Blue) = 126+31+13=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1F0D is #81E0F2. Grayscale: #393939. Windows color (decimal): -8511731 or 860030. OLE color: 860030.

HSL color Cylindrical-coordinate representation of color #7E1F0D: hue angle of 9.56º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E1F0D is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1263113-
CMYK00.750.900.51
HSL9.56º81.29%27.25%-
HSV(B)9.56º89.68%49.41%-
XYZ9.175.440.95-
YUV57.35102.97176.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 74.12%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=74.12%
G=18.24%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126311300.750.900.519.5681.2927.25
Hex7E1FD04B5A33a511b
Octal17637150113132631212133
Binary11111101111111010100101110110101100111010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,31,13); }

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

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

 a { background-color: rgb(126,31,13); }

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

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

 span { border-color: rgb(126,31,13); }

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