#7E1C0C

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

Shades of Falu Red #7E1C0C

Tints of Falu Red #7E1C0C

Color information

#7E1C0C (or 0x7E1C0C) is unknown color: approx Falu Red. HEX triplet: 7E, 1C and 0C. RGB value is (126,28,12). Sum of RGB (Red+Green+Blue) = 126+28+12=166 (21% of max value = 765). Red value is 126 (49.61% from 255 or 75.90% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1C0C is #81E3F3. Grayscale: #373737. Windows color (decimal): -8512500 or 793726. OLE color: 793726.

HSL color Cylindrical-coordinate representation of color #7E1C0C: hue angle of 8.42º degrees, saturation: 0.83, 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 #7E1C0C is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1262812-
CMYK00.780.900.51
HSL8.42º82.61%27.06%-
HSV(B)8.42º90.48%49.41%-
XYZ9.095.290.89-
YUV55.48103.47178.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 75.90%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 12 (5.08% from 255) = 7.23%
R=75.90%
G=16.87%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126281200.780.900.518.4282.6127.06
Hex7E1CC04E5A338531b
Octal17634140116132631012333
Binary11111101110011000100111010110101100111000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,28,12); }

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

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

 a { background-color: rgb(126,28,12); }

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

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

 span { border-color: rgb(126,28,12); }

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