#7F1A0E

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

Shades of Falu Red #7F1A0E

Tints of Falu Red #7F1A0E

Color information

#7F1A0E (or 0x7F1A0E) is unknown color: approx Falu Red. HEX triplet: 7F, 1A and 0E. RGB value is (127,26,14). Sum of RGB (Red+Green+Blue) = 127+26+14=167 (22% of max value = 765). Red value is 127 (50% from 255 or 76.05% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1A0E is #80E5F1. Grayscale: #363636. Windows color (decimal): -8447474 or 924287. OLE color: 924287.

HSL color Cylindrical-coordinate representation of color #7F1A0E: hue angle of 6.37º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F1A0E is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1272614-
CMYK00.800.890.50
HSL6.37º80.14%27.65%-
HSV(B)6.37º88.98%49.8%-
XYZ9.25.280.95-
YUV54.83104.96179.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 76.05%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 14 (5.86% from 255) = 8.38%
R=76.05%
G=15.57%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127261400.800.890.506.3780.1427.65
Hex7F1AE05059326501c
Octal1773216012013162612034
Binary1111111110101110010100001011001110010110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,14); }

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

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

 a { background-color: rgb(127,26,14); }

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

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

 span { border-color: rgb(127,26,14); }

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