#7F1A09

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

Shades of Falu Red #7F1A09

Tints of Falu Red #7F1A09

Color information

#7F1A09 (or 0x7F1A09) is unknown color: approx Falu Red. HEX triplet: 7F, 1A and 09. RGB value is (127,26,9). Sum of RGB (Red+Green+Blue) = 127+26+9=162 (21% of max value = 765). Red value is 127 (50% from 255 or 78.40% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1A09 is #80E5F6. Grayscale: #363636. Windows color (decimal): -8447479 or 596607. OLE color: 596607.

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

Color convert

RGB127269-
CMYK00.800.930.50
HSL8.64º86.76%26.67%-
HSV(B)8.64º92.91%49.8%-
XYZ9.175.270.79-
YUV54.26102.46179.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 78.40%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=78.40%
G=16.05%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12726900.800.930.508.6486.7626.67
Hex7F1A90505D329571b
Octal17732110120135621112733
Binary11111111101010010101000010111011100101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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