#7F2603

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

Shades of Falu Red #7F2603

Tints of Falu Red #7F2603

Color information

#7F2603 (or 0x7F2603) is unknown color: approx Falu Red. HEX triplet: 7F, 26 and 03. RGB value is (127,38,3). Sum of RGB (Red+Green+Blue) = 127+38+3=168 (22% of max value = 765). Red value is 127 (50% from 255 or 75.60% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2603 is #80D9FC. Grayscale: #3C3C3C. Windows color (decimal): -8444413 or 206463. OLE color: 206463.

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

Color convert

RGB127383-
CMYK00.700.980.50
HSL16.94º95.38%25.49%-
HSV(B)16.94º97.64%49.8%-
XYZ9.465.90.73-
YUV60.6295.49175.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 75.60%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 3 (1.56% from 255) = 1.79%
R=75.60%
G=22.62%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12738300.700.980.5016.9495.3825.49
Hex7F2630466232115f19
Octal1774630106142622113731
Binary11111111001101101000110110001011001010001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,38,3); }

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

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

 a { background-color: rgb(127,38,3); }

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

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

 span { border-color: rgb(127,38,3); }

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