#7F1909

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

Shades of Falu Red #7F1909

Tints of Falu Red #7F1909

Color information

#7F1909 (or 0x7F1909) is unknown color: approx Falu Red. HEX triplet: 7F, 19 and 09. RGB value is (127,25,9). Sum of RGB (Red+Green+Blue) = 127+25+9=161 (21% of max value = 765). Red value is 127 (50% from 255 or 78.88% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1909 is #80E6F6. Grayscale: #353535. Windows color (decimal): -8447735 or 596351. OLE color: 596351.

HSL color Cylindrical-coordinate representation of color #7F1909: hue angle of 8.14º 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 #7F1909 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB127259-
CMYK00.800.930.50
HSL8.14º86.76%26.67%-
HSV(B)8.14º92.91%49.8%-
XYZ9.155.230.79-
YUV53.67102.79180.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 78.88%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=78.88%
G=15.53%
B=5.59%

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
Decimal12725900.800.930.508.1486.7626.67
Hex7F1990505D328571b
Octal17731110120135621012733
Binary11111111100110010101000010111011100101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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