#7F140D

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

Shades of Falu Red #7F140D

Tints of Falu Red #7F140D

Color information

#7F140D (or 0x7F140D) is unknown color: approx Falu Red. HEX triplet: 7F, 14 and 0D. RGB value is (127,20,13). Sum of RGB (Red+Green+Blue) = 127+20+13=160 (21% of max value = 765). Red value is 127 (50% from 255 or 79.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 127 - color contains mainly: red. Hex color #7F140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F140D is #80EBF2. Grayscale: #333333. Windows color (decimal): -8449011 or 857215. OLE color: 857215.

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

Color convert

RGB1272013-
CMYK00.840.900.50
HSL3.68º81.43%27.45%-
HSV(B)3.68º89.76%49.8%-
XYZ9.085.040.88-
YUV51.19106.45182.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 79.38%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=79.38%
G=12.5%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127201300.840.900.503.6881.4327.45
Hex7F14D0545A324511b
Octal1772415012413262412133
Binary1111111101001101010101001011010110010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,20,13); }

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

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

 a { background-color: rgb(127,20,13); }

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

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

 span { border-color: rgb(127,20,13); }

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