#7F1E01

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

Shades of Falu Red #7F1E01

Tints of Falu Red #7F1E01

Color information

#7F1E01 (or 0x7F1E01) is unknown color: approx Falu Red. HEX triplet: 7F, 1E and 01. RGB value is (127,30,1). Sum of RGB (Red+Green+Blue) = 127+30+1=158 (20% of max value = 765). Red value is 127 (50% from 255 or 80.38% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1E01 is #80E1FE. Grayscale: #373737. Windows color (decimal): -8446463 or 73343. OLE color: 73343.

HSL color Cylindrical-coordinate representation of color #7F1E01: hue angle of 13.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F1E01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB127301-
CMYK00.760.990.50
HSL13.81º98.44%25.1%-
HSV(B)13.81º99.21%49.8%-
XYZ9.225.440.59-
YUV55.797.14178.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 80.38%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=80.38%
G=18.99%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12730100.760.990.5013.8198.4425.1
Hex7F1E104C6332e6219
Octal1773610114143621614231
Binary11111111111010100110011000111100101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,30,1); }

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

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

 a { background-color: rgb(127,30,1); }

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

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

 span { border-color: rgb(127,30,1); }

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